paper-with-me

Papers

Stepping Stones: A Progressive Training Strategy for Audio-Visual Semantic Segmentation

2024-07-16 · Juncheng Ma, Peiwen Sun, Yaoting Wang, Di Hu

Audio-Visual Segmentation (AVS) aims to achieve pixel-level localization of sound sources in videos, while Audio-Visual Semantic Segmentation (AVSS), as an extension of AVS, further pursues semantic understanding of audio-visual scenes. However, since the AVSS task requires the establishment of audio-visual correspondence and semantic understanding simultaneously, we observe that previous methods have struggled to handle this mashup of objectives in end-to-end training, resulting in insufficient learning and sub-optimization. Therefore, we propose a two-stage training strategy called \textit{Stepping Stones}, which decomposes the AVSS task into two simple subtasks from localization to semantic understanding, which are fully optimized in each stage to achieve step-by-step global optimization. This training strategy has also proved its generalization and effectiveness on existing methods. To further improve the performance of AVS tasks, we propose a novel framework Adaptive Audio Visual Segmentation, in which we incorporate an adaptive audio query generator and integrate masked attention into the transformer decoder, facilitating the adaptive fusion of visual and audio features. Extensive experiments demonstrate that our methods achieve state-of-the-art results on all three AVS benchmarks. The project homepage can be accessed at https://gewu-lab.github.io/stepping_stones/.

📄 PDF Abstract BibTeX arXiv:2407.11820

Code (1)

GeWu-Lab/Stepping-Stones 공식 구현 pytorch

Tasks

Decoderglobal-optimizationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Asking the Right Questions: Improving Reasoning with Generated Stepping Stones

2026-02-22 · Hengyuan Hu, Tingchen Fu, Minqi Jiang, Alexander H Miller 외 arxiv

Recent years have witnessed tremendous progress in enabling LLMs to solve complex reasoning tasks such as math and coding. As we start to apply LLMs to harder tasks that they may not be able to solve in one shot, it is w…

Discovering Evolutionary Stepping Stones through Behavior Domination

2017-04-18 · Elliot Meyerson, Risto Miikkulainen

Behavior domination is proposed as a tool for understanding and harnessing the power of evolutionary systems to discover and exploit useful stepping stones. Novelty search has shown promise in overcoming deception by col…

DiversityMultiobjective Optimization

PI-ARS: Accelerating Evolution-Learned Visual-Locomotion with Predictive Information Representations

2022-07-27 · Kuang-Huei Lee, Ofir Nachum, Tingnan Zhang, Sergio Guadarrama 외

Evolution Strategy (ES) algorithms have shown promising results in training complex robotic control policies due to their massive parallelism capability, simple implementation, effective parameter-space exploration, and …

Representation Learning

Walk the PLANC: Physics-Guided RL for Agile Humanoid Locomotion on Constrained Footholds

2026-01-09 · Min Dai, William D. Compton, Junheng Li, Lizhi Yang 외 arxiv

Bipedal humanoid robots must precisely coordinate balance, timing, and contact decisions when locomoting on constrained footholds such as stepping stones, beams, and planks -- even minor errors can lead to catastrophic f…

Reinforcement Learning

Enhancing Retrieval-Augmented Audio Captioning with Generation-Assisted Multimodal Querying and Progressive Learning

2024-10-14 · Choi Changin, Lim Sungjun, Rhee Wonjong

Retrieval-augmented generation can improve audio captioning by incorporating relevant audio-text pairs from a knowledge base. Existing methods typically rely solely on the input audio as a unimodal retrieval query. In co…

AudioCapsAudio captioningRAGRetrieval+1