中文
相关论文

相关论文: Cutting-Splicing data augmentation: A novel techno…

200 篇论文

In this paper, we present an Improved Data Augmentation (IDA) technique focused on Salient Object Detection (SOD). Standard data augmentation techniques proposed in the literature, such as image cropping, rotation, flipping, and resizing,…

计算机视觉与模式识别 · 计算机科学 2021-06-23 Daniel V. Ruiz , Bruno A. Krinski , Eduardo Todt

Automated data augmentation, which aims at engineering augmentation policy automatically, recently draw a growing research interest. Many previous auto-augmentation methods utilized a Density Matching strategy by evaluating policies in…

计算机视觉与模式识别 · 计算机科学 2022-07-22 Jianwei Zhang , Dong Li , Lituan Wang , Lei Zhang

MR imaging is a valuable diagnostic tool allowing to non-invasively visualize patient anatomy and pathology with high soft-tissue contrast. However, MRI acquisition is typically time-consuming, leading to patient discomfort and increased…

图像与视频处理 · 电气工程与系统科学 2025-12-23 Jan Nikolas Morshuis , Matthias Hein , Christian F. Baumgartner

Existing automatic data augmentation (DA) methods either ignore updating DA's parameters according to the target model's state during training or adopt update strategies that are not effective enough. In this work, we design a novel data…

计算机视觉与模式识别 · 计算机科学 2023-05-11 Xiaogang Xu , Hengshuang Zhao

Data augmentation is a widely used technique for enhancing the generalization ability of convolutional neural networks (CNNs) in image classification tasks. Occlusion is a critical factor that affects on the generalization ability of image…

计算机视觉与模式识别 · 计算机科学 2022-11-30 Suorong Yang , Jinqiao Li , Jian Zhao , Furao Shen

3D image segmentation is one of the most important and ubiquitous problems in medical image processing. It provides detailed quantitative analysis for accurate disease diagnosis, abnormal detection, and classification. Currently deep…

计算机视觉与模式识别 · 计算机科学 2019-06-19 Zhenxi Zhang , Jie Li , Zhusi Zhong , Zhicheng Jiao , Xinbo Gao

Data-Augmentation (DA) is known to improve performance across tasks and datasets. We propose a method to theoretically analyze the effect of DA and study questions such as: how many augmented samples are needed to correctly estimate the…

机器学习 · 计算机科学 2022-02-18 Randall Balestriero , Ishan Misra , Yann LeCun

Medical semi-supervised segmentation is a technique where a model is trained to segment objects of interest in medical images with limited annotated data. Existing semi-supervised segmentation methods are usually based on the smoothness…

图像与视频处理 · 电气工程与系统科学 2023-10-03 Thanh Nguyen-Duc , Trung Le , Roland Bammer , He Zhao , Jianfei Cai , Dinh Phung

This paper addresses the domain adaptation challenge for semantic segmentation in medical imaging. Despite the impressive performance of recent foundational segmentation models like SAM on natural images, they struggle with medical domain…

计算机视觉与模式识别 · 计算机科学 2025-01-14 Javier Gamazo Tejero , Moritz Schmid , Pablo Márquez Neila , Martin S. Zinkernagel , Sebastian Wolf , Raphael Sznitman

This study introduces a novel data augmentation technique, ADLDA, aimed at mitigating the negative impact of data distribution shifts caused by the data augmentation process in computer vision task. ADLDA partitions augmented data into…

计算机视觉与模式识别 · 计算机科学 2024-05-14 Haonan Wang

Data augmentation techniques, such as simple image transformations and combinations, are highly effective at improving the generalization of computer vision models, especially when training data is limited. However, such techniques are…

机器学习 · 计算机科学 2023-11-03 Wenxuan Bao , Francesco Pittaluga , Vijay Kumar B G , Vincent Bindschaedler

The acquisition of large-scale, high-quality data is a resource-intensive and time-consuming endeavor. Compared to conventional Data Augmentation (DA) techniques (e.g. cropping and rotation), exploiting prevailing diffusion models for data…

计算机视觉与模式识别 · 计算机科学 2024-03-20 Yunxiang Fu , Chaoqi Chen , Yu Qiao , Yizhou Yu

Unsupervised domain adaptation (UDA) methods have shown their promising performance in the cross-modality medical image segmentation tasks. These typical methods usually utilize a translation network to transform images from the source…

图像与视频处理 · 电气工程与系统科学 2021-01-19 Xiaoting Han , Lei Qi , Qian Yu , Ziqi Zhou , Yefeng Zheng , Yinghuan Shi , Yang Gao

In medical imaging analysis, deep learning has shown promising results. We frequently rely on volumetric data to segment medical images, necessitating the use of 3D architectures, which are commended for their capacity to capture interslice…

图像与视频处理 · 电气工程与系统科学 2023-05-18 Ikboljon Sobirov , Numan Saeed , Mohammad Yaqub

The development of high quality medical image segmentation algorithms depends on the availability of large datasets with pixel-level labels. The challenges of collecting such datasets, especially in case of 3D volumes, motivate to develop…

计算机视觉与模式识别 · 计算机科学 2021-08-10 Ekaterina Redekop , Alexey Chernyavskiy

When using Convolutional Neural Networks (CNNs) for segmentation of organs and lesions in medical images, the conventional approach is to work with inputs and outputs either as single slice (2D) or whole volumes (3D). One common…

图像与视频处理 · 电气工程与系统科学 2020-11-17 Minh H. Vu , Guus Grimbergen , Tufve Nyholm , Tommy Löfstedt

Over the years, the paradigm of medical image analysis has shifted from manual expertise to automated systems, often using deep learning (DL) systems. The performance of deep learning algorithms is highly dependent on data quality.…

图像与视频处理 · 电气工程与系统科学 2022-10-04 Sidra Aleem , Teerath Kumar , Suzanne Little , Malika Bendechache , Rob Brennan , Kevin McGuinness

Medical image segmentation remains challenging due to limited annotations for training, ambiguous anatomical features, and domain shifts. While vision-language models such as CLIP offer strong cross-modal representations, their potential…

计算机视觉与模式识别 · 计算机科学 2026-02-25 Taha Koleilat , Hojat Asgariandehkordi , Omid Nejati Manzari , Berardino Barile , Yiming Xiao , Hassan Rivaz

Mixed Sample Data Augmentation (MSDA) has received increasing attention in recent years, with many successful variants such as MixUp and CutMix. By studying the mutual information between the function learned by a VAE on the original data…

机器学习 · 计算机科学 2021-03-02 Ethan Harris , Antonia Marcu , Matthew Painter , Mahesan Niranjan , Adam Prügel-Bennett , Jonathon Hare

Image augmentation techniques have been widely investigated to improve the performance of deep learning (DL) algorithms on mammography classification tasks. Recent methods have proved the efficiency of image augmentation on data deficiency…

计算机视觉与模式识别 · 计算机科学 2023-04-19 Sam B. Tran , Huyen T. X. Nguyen , Chi Phan , Hieu H. Pham , Ha Q. Nguyen