Papers › UniAV: Unified Audio-Visual Perception for Multi-Task Video Event Localization

UniAV: Unified Audio-Visual Perception for Multi-Task Video Event Localization

4 Apr 2024arXiv:2404.03179archive 2025-07-28

Tiantian Geng, Teng Wang, yanfu Zhang, Jinming Duan, Weili Guan, Feng Zheng, Ling Shao

Video localization tasks aim to temporally locate specific instances in videos, including temporal action localization (TAL), sound event detection (SED) and audio-visual event localization (AVEL). Existing methods over-specialize on each task, overlooking the fact that these instances often occur in the same video to form the complete video content. In this work, we present UniAV, a Unified Audio-Visual perception network, to achieve joint learning of TAL, SED and AVEL tasks for the first time. UniAV can leverage diverse data available in task-specific datasets, allowing the model to learn and share mutually beneficial knowledge across tasks and modalities. To tackle the challenges posed by substantial variations in datasets (size/domain/duration) and distinct task characteristics, we propose to uniformly encode visual and audio modalities of all videos to derive generic representations, while also designing task-specific experts to capture unique knowledge for each task. Besides, we develop a unified language-aware classifier by utilizing a pre-trained text encoder, enabling the model to flexibly detect various types of instances and previously unseen ones by simply changing prompts during inference. UniAV outperforms its single-task counterparts by a large margin with fewer parameters, achieving on-par or superior performances compared to state-of-the-art task-specific methods across ActivityNet 1.3, DESED and UnAV-100 benchmarks.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.03179")

Code

Syntology Ran 10 of 15 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ttgeng233/UniAV officialmentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 10 ran; 1 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · our draft was wrong
1ran · fixture could not drive it
7ran
5unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ttgeng233/UniAV. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Linear ttgeng233/UniAV/libs/modeling/blocks.py official repository ran · our draft was wrong MIT (permissive) · 10865bbb99140edd · report
ctr_diou_loss_1d ttgeng233/UniAV/libs/modeling/losses.py official repository ran MIT (permissive) · be1ca95e264f135e · report
drop_path ttgeng233/UniAV/libs/modeling/blocks.py official repository ran · fixture could not drive it MIT (permissive) · a34c005ba2203f35 · report
get_sinusoid_encoding ttgeng233/UniAV/libs/modeling/blocks.py official repository ran · honoured contract fingerprinted MIT (permissive) · 3531df7b0c9b0791 · report
label_points ttgeng233/UniAV/libs/datasets/data_utils.py official repository ran MIT (permissive) · 91a965d8ba54bf18 · report
load_config ttgeng233/UniAV/libs/core/config.py official repository ran MIT (permissive) · 723915877968278d · report
register_multimodal_backbone ttgeng233/UniAV/libs/modeling/models.py official repository ran MIT (permissive) · e85f9ec07f7d587b · report
register_multimodal_meta_arch ttgeng233/UniAV/libs/modeling/models.py official repository ran MIT (permissive) · 0fc8e74a8c092f28 · report
sigmoid_focal_loss ttgeng233/UniAV/libs/modeling/losses.py official repository ran MIT (permissive) · 54293ea22bd4f952 · report
truncate_feats ttgeng233/UniAV/libs/datasets/data_utils.py official repository ran MIT (permissive) · 65864282f76b5575 · report
make_dataset ttgeng233/UniAV/libs/datasets/datasets.py official repository unverified MIT (permissive) · ffebfbb8094c0dcc · report
make_multimodal_backbone ttgeng233/UniAV/libs/modeling/models.py official repository unverified MIT (permissive) · 80bc46d5a1acbb10 · report
register_dataset ttgeng233/UniAV/libs/datasets/datasets.py official repository unverified MIT (permissive) · 2ee0df0825339a6e · report
register_generator ttgeng233/UniAV/libs/datasets/datasets.py official repository unverified MIT (permissive) · 3db1c5ab5f3f0198 · report
trivial_batch_collator ttgeng233/UniAV/libs/datasets/data_utils.py official repository unverified MIT (permissive) · 0c250bf03b8c9311 · report

Tasks

Action LocalizationEvent DetectionSound Event DetectionTemporal Action Localizationaudio-visual event localization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections