paper-with-me

Papers

Masked Autoencoders with Limited Data: Does It Work? A Fine-Grained Bioacoustics Case Study

2026-05-13 · Wuao Liu, Mustafa Chasmai, Subhransu Maji, Grant Van Horn arxiv

Bioacoustic recognition requires fine-grained acoustic understanding to distinguish similar-sounding species. However, many large-scale data repositories such as iNaturalist are weakly annotated, often with only a single positive species label per recording, making supervised learning particularly challenging. Inspired by advances in computer vision, recent approaches have shifted toward self-supervised learning to capture the underlying structure of audio without relying on exhaustive annotations. In particular, masked autoencoders (MAE) have shown strong transferability on massive audio corpora, yet their effectiveness in more modest bioacoustic settings remains underexplored. In this work, we conduct a systematic study of MAE pretraining for species classification on iNatSounds, analyzing the impacts of pretraining data scale, domain specificity, data curation, and transfer strategies. Consistent with prior work, we find that models pretrained on diverse general audio data achieve the best transfer performance on iNatSounds. Contrary to observations from large-scale audio benchmarks, we find that (1) additional masked reconstruction pretraining on domain-specific data provides limited benefits and may even degrade performance relative to off-the-shelf models, and (2) selective data filtering offers a negligible advantage when the overall data scale is limited. Our results indicate that, in moderate-sized fine-grained bioacoustic settings, pretraining scale dominates objective design. These findings further clarify when MAE-based pretraining is effective and provide practical guidance for model selection under limited supervision.

📄 PDF Abstract BibTeX arXiv:2605.14031

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

Diffusion Models as Masked Autoencoders

2023-04-06 · ICCV 2023 1 · Chen Wei, Karttikeya Mangalam, Po-Yao Huang, Yanghao Li 외

There has been a longstanding belief that generation can facilitate a true understanding of visual data. In line with this, we revisit generatively pre-training visual representations in light of recent interest in denoi…

DenoisingImage Inpainting

Quantum Masked Autoencoders for Vision Learning

2025-11-21 · Emma Andrews, Prabhat Mishra arxiv

Classical autoencoders are widely used to learn features of input data. To improve the feature learning, classical masked autoencoders extend classical autoencoders to learn the features of the original input sample in t…

Self-Guided Masked Autoencoders for Domain-Agnostic Self-Supervised Learning

2024-02-22 · Johnathan Xie, Yoonho Lee, Annie S. Chen, Chelsea Finn

Self-supervised learning excels in learning representations from large amounts of unlabeled data, demonstrating success across multiple data modalities. Yet, extending self-supervised learning to new modalities is non-tr…

Molecular Property PredictionProperty PredictionSelf-Supervised Learning

Swin MAE: Masked Autoencoders for Small Datasets

2022-12-28 · Zi'an Xu, Yin Dai, Fayu Liu, Weibing Chen 외

The development of deep learning models in medical image analysis is majorly limited by the lack of large-sized and well-annotated datasets. Unsupervised learning does not require labels and is more suitable for solving …

Medical Image AnalysisTransfer Learning

Bootstrapped Masked Autoencoders for Vision BERT Pretraining

2022-07-14 · Xiaoyi Dong, Jianmin Bao, Ting Zhang, Dongdong Chen 외

We propose bootstrapped masked autoencoders (BootMAE), a new approach for vision BERT pretraining. BootMAE improves the original masked autoencoders (MAE) with two core designs: 1) momentum encoder that provides online f…

DecoderObject DetectionPredictionSelf-Supervised Image Classification+1