paper-with-me

Papers

LangDAug: Langevin Data Augmentation for Multi-Source Domain Generalization in Medical Image Segmentation

2025-05-26 · Piyush Tiwary, Kinjawl Bhattacharyya, Prathosh A. P

Medical image segmentation models often struggle to generalize across different domains due to various reasons. Domain Generalization (DG) methods overcome this either through representation learning or data augmentation (DAug). While representation learning methods seek domain-invariant features, they often rely on ad-hoc techniques and lack formal guarantees. DAug methods, which enrich model representations through synthetic samples, have shown comparable or superior performance to representation learning approaches. We propose LangDAug, a novel $\textbf{Lang}$evin $\textbf{D}$ata $\textbf{Aug}$mentation for multi-source domain generalization in 2D medical image segmentation. LangDAug leverages Energy-Based Models (EBMs) trained via contrastive divergence to traverse between source domains, generating intermediate samples through Langevin dynamics. Theoretical analysis shows that LangDAug induces a regularization effect, and for GLMs, it upper-bounds the Rademacher complexity by the intrinsic dimensionality of the data manifold. Through extensive experiments on Fundus segmentation and 2D MRI prostate segmentation benchmarks, we show that LangDAug outperforms state-of-the-art domain generalization methods and effectively complements existing domain-randomization approaches. The codebase for our method is available at https://github.com/backpropagator/LangDAug.

📄 PDF Abstract BibTeX arXiv:2505.19659

Code (1)

backpropagator/langdaug 공식 구현 pytorch

Tasks

Data AugmentationDomain GeneralizationImage SegmentationMedical Image SegmentationRepresentation LearningSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Langevin Diffusion Variational Inference

2022-08-16 · Tomas Geffner, Justin Domke

Many methods that build powerful variational distributions based on unadjusted Langevin transitions exist. Most of these were developed using a wide range of different approaches and techniques. Unfortunately, the lack o…

Variational Inference

A Continuous Mapping For Augmentation Design

2021-12-01 · NeurIPS 2021 12 · Keyu Tian, Chen Lin, Ser Nam Lim, Wanli Ouyang 외

Automated data augmentation (ADA) techniques have played an important role in boosting the performance of deep models. Such techniques mostly aim to optimize a parameterized distribution over a discrete augmentation spac…

Data Augmentation

The Discrete Langevin Machine: Bridging the Gap Between Thermodynamic and Neuromorphic Systems

2019-01-16 · Lukas Kades, Jan M. Pawlowski

A formulation of Langevin dynamics for discrete systems is derived as a class of generic stochastic processes. The dynamics simplify for a two-state system and suggest a network architecture which is implemented by the L…

Regularization by denoising: Bayesian model and Langevin-within-split Gibbs sampling

2024-02-19 · Elhadji C. Faye, Mame Diarra Fall, Nicolas Dobigeon

This paper introduces a Bayesian framework for image inversion by deriving a probabilistic counterpart to the regularization-by-denoising (RED) paradigm. It additionally implements a Monte Carlo algorithm specifically ta…

Bayesian InferenceData AugmentationDeblurringDenoising+1

Reweighted Interacting Langevin Diffusions: an Accelerated Sampling Methodfor Optimization

2023-01-30 · Junlong Lyu, Zhitang Chen, Wenlong Lyu, Jianye Hao

We proposed a new technique to accelerate sampling methods for solving difficult optimization problems. Our method investigates the intrinsic connection between posterior distribution sampling and optimization with Lange…