REVIEW 3 major objections 4 minor 62 references
Scene2Sound: Auditory-Grounded Soundscape Generation for 3D Gaussian Worlds
T0 review · 3 major / 4 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Scene2Sound claims that any pre-trained 3D Gaussian Splatting world can be turned into a spatially consistent audio-visual scene, training-free, by using shared Gaussians as the anchor that keeps each sound attached to its object.
desk verdict A transparent, well-engineered system paper with real novelty in task and metrics, but the advertised GSM backbone does not carry the headline result — claims need to be matched to the evidence. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Gaussian set matching (GSM): Jaccard similarity $J(G_{k,m}, G_{k',m'}) = |G_{k,m}\cap G_{k',m'}|/|G_{k,m}\cup G_{k',m'}|$ between the sets of Gaussians that the renderer's tile metadata records as contributing to two detected regions. It does the work of cross-view instance association: along with a fixed threshold $J_{\min}=0.15$ and Union-Find clustering, it merges observations of one physical object into a single 3D source and keeps distinct objects separate, without learned features, per-Gaussian parameters, or per-scene optimization. Source positions are weighted centroids of the merged Gaussian sets, so the anchors inherit the scene's actual geometry.
What would settle it
Take a thin or highly reflective object, render it from two nearly orthogonal viewpoints, compute the Jaccard similarity of the Gaussian sets behind its segmentation masks, and check whether same-object pairs fall below the 0.15 threshold: if they do, the object would be placed as two sources and held-out CGC precision would drop, which would contradict the shared-primitive identity premise.
Extended reading notes
Core claim
The discovery is that persistent sound sources in a 3DGS world can be created by reading the rasterizer's own bookkeeping. When a segmentation model marks an object in a rendered view, the tile metadata records exactly which Gaussians contributed to those pixels; another view of the same object shares many of the same Gaussians, while a different object does not. Scene2Sound lifts per-view masks to Gaussian sets, merges sets whose Jaccard similarity exceeds 0.15 by Union-Find, and places each merged instance at the weighted centroid of its Gaussians. That gives each sound a stable 3D anchor that survives arbitrary listener motion, with audio synthesized per source by a text-to-audio model and spatialized by a standard object-based engine. The paper argues that this primitive-index shortcut is something multi-view images plus per-view depth cannot offer, because only 3DGS has a shared persistent set of primitives across views.
Load-bearing premise
The load-bearing premise is GSM's object-identity rule: observations of the same physical object from different views are exactly those whose tile-contributed Gaussian sets have Jaccard similarity above 0.15 — if a real object seen from steep angles, or thin or reflective geometry, shares fewer Gaussians than that, its instances fragment and its sound drifts per view.
Editorial extensions
If this is right
- Any pre-trained 3DGS scene, whether generated or reconstructed, can receive a soundscape in about 222 seconds on one GPU, with no retraining or per-scene optimization.
- Object-based audio attached to persistent 3D anchors can be re-spatialized at arbitrary listener poses, so navigation-consistent sound no longer needs a fixed viewpoint or panorama.
- Per-viewpoint and single-panorama pipelines cannot pass both consistency axes: they either freeze the waveform (LMC 0) or change it without geometric cause; Scene2Sound reports LMC +0.283 and held-out grounding CGC 0.259.
- Upstream errors are contained per source: a hallucinated VLM proposal is dropped when segmentation cannot ground it, and surviving sources are unaffected, so the pipeline degrades gracefully.
- The proposed metrics LMC and CGC give the task a measurable definition of spatial consistency, validated against real multi-position recordings and a trained acoustic-synthesis model.
Reading between the lines
- The Gaussian-set overlap trick is not specific to audio: it is a general way to fuse any multi-view 2D signal (labels, semantics, contact points) onto a pre-trained 3DGS world without optimization, so the same association module could serve other scene-authoring tasks.
- Because LMC and CGC are defined on rendered audio and held-out views rather than on this pipeline's internals, they could become reusable checks for any generative audio-visual scene model that claims spatial consistency.
- The real-scene results are limited to a single capture position, so the next evident bottleneck is data: multi-position real 360-degree captures paired with soundscape annotations would likely close the LMC gap from +0.068 toward +0.283.
- A testable extension would use GSM as a change detector: static objects keep their Gaussian sets across time, so re-rendering at later states and re-matching could flag dynamic or moving sources without any tracking model.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Scene2Sound, a training-free pipeline that takes a pretrained 3D Gaussian Splatting (3DGS) scene and produces an object-based soundscape: automatic viewpoint selection, VLM-based sound-event detection, text-to-audio synthesis, cross-view instance association via Gaussian set matching (GSM), and real-time object-based spatialization. The authors propose two spatial-consistency metrics: Listener-Motion Consistency (LMC), which checks that audio distance tracks listener displacement, and Cross-View Grounding Consistency (CGC), a held-out reprojection F1 that checks whether placed sources are supported by views not used for placement. Experiments on 24 generated scenes and 81 real-world 360-degree scenes compare Scene2Sound with eleven baselines, including a re-implemented SonoWorld. The paper reports that Scene2Sound preserves audio quality while achieving positive LMC and higher CGC than baselines, and a 19-participant listening study shows higher MOS for preference, spatial congruency, and semantic congruency.
Significance. The paper addresses a genuine gap: adding persistent, viewpoint-consistent sound to navigable 3DGS worlds. If the central claims hold, the training-free design and object-based representation are practically valuable, and the proposed metrics are a useful contribution. The paper deserves credit for validating LMC against two real multi-position datasets and a learning check (ViGAS moves LMC from 0 to +0.455), for a held-out CGC protocol with construct-validity corruptions, for a co-located-instance stress test (0/16,284 over-merges), and for committing to release the SoundscapePLY testbed and code. However, the current evidence does not cleanly demonstrate that GSM, the advertised backbone, causes the headline spatial-consistency gains, and several secondary claims outrun the measurements.
major comments (3)
- [Sec. V-D, Table V] The ablation 'w/o inst. assoc.' leaves CGC F1 essentially unchanged (0.2593 vs 0.2589) and only shifts the operating point from precision to recall (0.441/0.229 vs 0.302/0.316). The listener-axis contrast (+0.283 vs +0.228) is not a clean ablation because, per the table footnote, the variant row is scored with cached pre-adoption audio while the Scene2Sound row uses the adopted audio prompts and gain normalization. The threshold sweep in Appendix C further shows CGC rising monotonically with J_min up to 0.50 (0.159 to 0.286), suggesting the benefit may come from conservative merging rather than the shared-primitive-index cue per se. Consequently, neither spatial-consistency axis provides clean causal support for GSM as the source of the headline result. Please run the 'w/o inst. assoc.' variant at the final adopted configuration with matched audio prompts and gain normalization, and report LMC, CGC F1, precision, and recall.
- [Sec. V-F, App. F] The 19-participant subjective study was conducted at an earlier pipeline configuration (placement cap 3, J_min=0.05, earlier audio-prompt template), not at the final configuration (J_min=0.15, no cap, adopted prompts) used for all quantitative results. Since the subjective evaluation is presented as confirmation of the proposed system's perceptual benefit, it cannot validate the final GSM-based system; at most it validates the object-based rendering architecture under an earlier association policy. Please either rerun the study at the final configuration or explicitly limit the subjective claim to the rendering architecture and state that the association stage was not perceptually validated.
- [Sec. V-B, App. H] The real-world transfer evidence is weaker than the abstract's claim that Scene2Sound 'remains spatially consistent' on 3DGS scenes from real-world 360-degree captures. On D-SAV360, LMC is +0.068 over all 81 scenes and +0.120 on the 46 scenes with grounded point sources; the 35 scenes without grounded sources score exactly 0, and the single capture position precludes the cross-view association that the method's grounding axis depends on, so CGC is not computed in that regime. Please either temper the real-world spatial-consistency claim to 'weakly above chance on the listener axis' or provide a multi-position real-capture evaluation.
minor comments (4)
- [Sec. IV, Audio Quality] FAD is computed from 24 samples (one per scene) and the paper acknowledges that this is noisy, but no confidence intervals are reported for the FAD differences; given that the metric is used comparatively, bootstrap CIs around the FAD contrasts would make the 'preserves audio quality' claim easier to evaluate.
- [Sec. III-B, Eq. (2)] The distance weight w_d(d_ij) is only described as inverse-distance weighting; providing the explicit functional form in the main text or a specific equation number in the supplementary material would improve reproducibility.
- [Table V, App. C] The LMC values in the J_min sweep (+0.253 at the adopted column) predate the final rendering revision and differ from Table III's +0.283; the main text and appendix should be harmonized or have the discrepancy explicitly explained at one location.
- [App. H] The phrase 'cross-view association' for the three yaw-rotated panoramas from the same capture position may mislead readers; these are same-position rotations, not spatially distinct views, so the limitations of the single-position protocol should be stated at the first use of that phrase in the appendix.
Circularity Check
No load-bearing circularity; the central pipeline is training-free and externally validated, with only minor metric-selection caveats.
full rationale
Scene2Sound's derivation chain is a composition of off-the-shelf foundation models and a geometric association rule (GSM); no parameter is fitted to the headline quantities and then reported as a prediction. The two spatial-consistency metrics are author-defined, but they carry external anchors: LMC is validated on Real Acoustic Fields and Replay-NV AS real recordings and on a trained-ViGAS learning check, and CGC uses a held-out-view reprojection protocol with construct-validity corruptions. Per-viewpoint baselines score LMC≈0 and the random-camera ablation collapses CGC, so the metrics are not definitionally equal to the method's output. The remaining issues are evaluation-protocol weaknesses rather than circular reductions: the J_min threshold is selected on a panel, the w/o-inst.-assoc. LMC row uses cached pre-adoption audio per Table V's footnote, and the VLM event inventory is built from all views so CGC is not fully held-out. All three are disclosed in the paper and none makes the central claim true by construction.
Assumptions & free parameters
free parameters (6)
- J_min (Jaccard matching threshold) =
0.15
- alpha_d (depth-consistency gate tolerance) =
1.5
- K, N (viewpoint count and ray count) =
K=5, N=20
- ambient bed gain =
0.4
- per-label energy normalization =
1/sqrt(n)
- LMC tie tolerance epsilon =
10^-6 times median pairwise audio distance
assumptions (5)
- domain assumption Navigable 3DGS scenes have a hollow structure: Gaussians form surfaces surrounding an open interior, so center-cast rays reach the scene shell.
- domain assumption Observations of the same object from different views share Jaccard-overlapping Gaussian sets above 0.15, and distinct same-class instances do not.
- domain assumption The VLM identifies sound events with roughly 93.5% proposal validity and 97% element coverage, and SAM3 grounds them.
- domain assumption Tile-Gaussian rasterizer metadata, queried under cubemap orientation, gives a consistent correspondence between 2D masks and 3D Gaussian sets after the one-sided depth gate.
- standard math Standard Jaccard, Union-Find, and weighted-centroid mathematics.
Cite this review
Pith. "Pith review of Scene2Sound: Auditory-Grounded Soundscape Generation for 3D Gaussian Worlds." pith.science (2026). https://pith.science/paper/GHTB5AKA
@misc{pith2026260800463,
author = {Pith},
title = {Pith review of: Scene2Sound: Auditory-Grounded Soundscape Generation for 3D Gaussian Worlds},
year = {2026},
howpublished = {\url{https://pith.science/paper/GHTB5AKA}},
note = {Machine review of arXiv:2608.00463}
}
read the original abstract
3D Gaussian Splatting (3DGS) turns captured or generated imagery into photorealistic 3D world simulations that users can freely explore, yet these worlds remain silent. Because existing audio generation methods condition on a single image or viewpoint, their sound is tied to that observation and cannot stay consistent while a listener moves. We introduce the task of generating a spatially consistent soundscape for a given 3DGS world through auditory grounding, identifying which objects in the world should emit sound and anchoring each to a persistent 3D position, and present Scene2Sound, a training-free framework built on this grounding. From the input world alone, our pipeline selects viewpoints that jointly cover the scene, identifies sound-emitting objects with a vision-language model, and associates the multi-view detections into 3D instances through Gaussian set matching, which measures the overlap between the Gaussian sets that render each detection. Each source then receives generated audio that a standard object-based audio engine spatializes in real time at arbitrary listener poses. We further propose two spatial-consistency metrics, one testing whether rendered audio responds consistently to listener motion and one testing whether the claimed sources are supported by views held out from their placement. On a curated set of generated 3DGS worlds and on 3DGS scenes generated from real-world 360-degree captures, Scene2Sound preserves the audio quality of strong per-viewpoint baselines while remaining spatially consistent where per-viewpoint and single-panorama pipelines do not, and a user study confirms the perceptual benefit. Project page: https://masaki-lmd.github.io/scene2sound/.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
3D gaussian splatting for real-time radiance field rendering,
B. Kerbl, G. Kopanas, T. Leimkuehler, and G. Drettakis, “3D gaussian splatting for real-time radiance field rendering,”ACM Trans. Graph., vol. 42, 2023
work page 2023
-
[2]
DreamScene360: Unconstrained text-to-3D scene generation with panoramic gaussian splatting,
S. Zhou, Z. Fan, D. Xuet al., “DreamScene360: Unconstrained text-to-3D scene generation with panoramic gaussian splatting,” inProc. ECCV, 2024
work page 2024
-
[3]
WonderWorld: Interactive 3D scene generation from a single image,
H.-X. Yu, H. Duan, C. Herrmannet al., “WonderWorld: Interactive 3D scene generation from a single image,” inProc. CVPR, 2025
work page 2025
- [4]
-
[5]
Z. Wang, M. Li, and C. Tu, “AG2aussian: Anchor-graph structured gaussian splatting for instance-level 3D scene understanding and editing,” inProc. ICCV, 2025
work page 2025
-
[6]
PhysSplat: Efficient physics simulation for 3D scenes via MLLM-guided gaussian splatting,
H. Zhao, H. Wang, X. Zhaoet al., “PhysSplat: Efficient physics simulation for 3D scenes via MLLM-guided gaussian splatting,” inProc. ICCV, 2025
work page 2025
-
[7]
R. M. Schafer,The Soundscape: Our Sonic Environment and the Tuning of the World. Rochester, VT, USA: Destiny Books, 1993
work page 1993
-
[8]
Spatialized audio rendering for immersive virtual environments,
M. Naef, O. Staadt, and M. Gross, “Spatialized audio rendering for immersive virtual environments,” inProc. VRST, 2002
work page 2002
Show all 62 references
-
[9]
Sounding that object: Interactive object-aware image to audio generation,
T. Li, B. Huang, X. Zhuanget al., “Sounding that object: Interactive object-aware image to audio generation,” inProc. ICML, 2025
2025
-
[10]
SEE-2-SOUND: Zero-shot spatial environment-to-spatial sound,
R. Dagli, S. Prakash, R. Wu, and H. Khosravani, “SEE-2-SOUND: Zero-shot spatial environment-to-spatial sound,” inProc. ACM SIGGRAPH Posters, 2025
2025
-
[11]
OmniAudio: Generating spatial audio from 360- degree video,
H. Liu, T. Luo, Q. Jianget al., “OmniAudio: Generating spatial audio from 360- degree video,” inProc. ICML, 2025. 14
2025
-
[12]
Visual acoustic fields,
Y . Li, H. Kim, F. Zhanet al., “Visual acoustic fields,”arXiv preprint arXiv:2503.24270, 2025
2025 arXiv
-
[13]
Sonora: Human- AI co-creation of 3D audio worlds and its impact on anxiety and cognitive load,
F. M. De La Torre, J. Hernandez, A. D. Wilson, and J. Amores, “Sonora: Human- AI co-creation of 3D audio worlds and its impact on anxiety and cognitive load,” inProc. CHI, 2025
2025
-
[14]
SonoWorld: From one image to a 3D audio-visual scene,
D. Jin, X. Chen, M. C. Lin, and R. Gao, “SonoWorld: From one image to a 3D audio-visual scene,” inProc. CVPR, 2026
2026
-
[15]
Gaussian grouping: Segment and edit anything in 3D scenes,
M. Ye, M. Danelljan, F. Yu, and L. Ke, “Gaussian grouping: Segment and edit anything in 3D scenes,” inProc. ECCV, 2024
2024
-
[16]
Object-based 3D audio production for virtual reality using the audio definition model,
C. Pike, R. Taylor, T. Parnell, and F. Melchior, “Object-based 3D audio production for virtual reality using the audio definition model,” inProc. AES Int. Conf. Audio for Virtual and Augmented Reality, 2016
2016
-
[17]
Qwen2.5-VL technical report,
S. Bai, K. Chen, X. Liu, J. Wang, W. Ge, S. Song, K. Dang, P. Wang, S. Wang, J. Tanget al., “Qwen2.5-VL technical report,”arXiv preprint arXiv:2502.13923, 2025
2025 arXiv
-
[18]
SAM 3: Segment anything with concepts,
N. Carion, L. Gustafson, Y .-T. Hu, S. Debnath, R. Hu, D. Suris, C. Ryali, K. V . Alwala, H. Khedr, A. Huanget al., “SAM 3: Segment anything with concepts,” arXiv preprint arXiv:2511.16719, 2025
2025 arXiv
-
[19]
Stable audio open,
Z. Evans, J. D. Parker, C. Carret al., “Stable audio open,” inProc. ICASSP, 2025
2025
-
[20]
AudioLDM 2: Learning holistic audio generation with self-supervised pretraining,
H. Liu, Y . Yuan, X. Liuet al., “AudioLDM 2: Learning holistic audio generation with self-supervised pretraining,”IEEE/ACM Trans. Audio Speech Lang. Process., vol. 32, 2024
2024
-
[21]
AudioLCM: Efficient and high-quality text-to- audio generation with minimal inference steps,
H. Liu, R. Huang, Y . Liuet al., “AudioLCM: Efficient and high-quality text-to- audio generation with minimal inference steps,” inProc. ACM MM, 2024
2024
-
[22]
FlashAudio: Rectified flow for fast and high- fidelity text-to-audio generation,
H. Liu, J. Wang, R. Huanget al., “FlashAudio: Rectified flow for fast and high- fidelity text-to-audio generation,” inProc. ACL, 2025
2025
-
[23]
TangoFlux: Super fast and faithful text to audio generation with flow matching and CLAP-ranked preference optimiza- tion,
C.-Y . Hung, N. Majumder, Z. Konget al., “TangoFlux: Super fast and faithful text to audio generation with flow matching and CLAP-ranked preference optimiza- tion,” inProc. ICLR, 2026
2026
-
[24]
Lumina-Next: Making Lumina-T2X stronger and faster with Next-DiT,
L. Zhuo, R. Du, H. Xiaoet al., “Lumina-Next: Making Lumina-T2X stronger and faster with Next-DiT,”arXiv preprint arXiv:2406.18583, 2024
2024 arXiv
-
[25]
Diff-Foley: Synchronized video-to-audio synthesis with latent diffusion models,
S. Luo, C. Yan, C. Hu, and H. Zhao, “Diff-Foley: Synchronized video-to-audio synthesis with latent diffusion models,” inProc. NeurIPS, 2023
2023
-
[26]
ThinkSound: Chain-of-thought reasoning in multimodal large language models for audio generation and editing,
H. Liu, K. Luo, J. Wanget al., “ThinkSound: Chain-of-thought reasoning in multimodal large language models for audio generation and editing,” inProc. NeurIPS, 2025
2025
-
[27]
PrismAudio: Decomposed chain-of-thoughts and multi-dimensional rewards for video-to-audio generation,
H. Liu, K. Luo, W. Wanget al., “PrismAudio: Decomposed chain-of-thoughts and multi-dimensional rewards for video-to-audio generation,”arXiv preprint arXiv:2511.18833, 2025
2025
-
[28]
MMAudio: Taming multimodal joint training for high-quality video-to-audio synthesis,
H. K. Cheng, M. Ishii, A. Hayakawaet al., “MMAudio: Taming multimodal joint training for high-quality video-to-audio synthesis,” inProc. CVPR, 2025
2025
-
[29]
ImmerseDiffusion: A gener- ative spatial audio latent diffusion model,
M. Heydari, M. Souden, B. Conejo, and J. Atkins, “ImmerseDiffusion: A gener- ative spatial audio latent diffusion model,” inProc. ICASSP, 2025
2025
-
[30]
Hearing anything anywhere,
M. L. Wang, R. Sawata, S. Clarkeet al., “Hearing anything anywhere,” inProc. CVPR, 2024
2024
-
[31]
A V-RIR: Audio-visual room impulse response estimation,
A. Ratnarajah, S. Ghosh, S. Kumaret al., “A V-RIR: Audio-visual room impulse response estimation,” inProc. CVPR, 2024
2024
-
[32]
Learning neural acoustic fields,
A. Luo, Y . Du, M. Tarret al., “Learning neural acoustic fields,” inProc. NeurIPS, vol. 35, 2022
2022
-
[33]
Acoustic volume rendering for neural impulse response fields,
Z. Lan, C. Zheng, Z. Zheng, and M. Zhao, “Acoustic volume rendering for neural impulse response fields,” inProc. NeurIPS, vol. 37, 2024
2024
-
[34]
Novel-view acoustic synthesis,
C. Chen, A. Richard, R. Shapovalovet al., “Novel-view acoustic synthesis,” in Proc. CVPR, 2023
2023
-
[35]
A V-NeRF: Learning neural fields for real-world audio-visual scene synthesis,
S. Liang, C. Huang, Y . Tianet al., “A V-NeRF: Learning neural fields for real-world audio-visual scene synthesis,” inProc. NeurIPS, vol. 36, 2023
2023
-
[36]
A V-GS: Learning material and geometry aware priors for novel view acoustic synthesis,
S. Bhosale, H. Yang, D. Kanojiaet al., “A V-GS: Learning material and geometry aware priors for novel view acoustic synthesis,” inProc. NeurIPS, 2024
2024
-
[37]
NeRAF: 3D scene infused neural radiance and acoustic fields,
A. Brunetto, S. Hornauer, and F. Moutarde, “NeRAF: 3D scene infused neural radiance and acoustic fields,” inProc. ICLR, 2025
2025
-
[38]
Object-based audio reproduction and the audio scene description format,
M. Geier, J. Ahrens, and S. Spors, “Object-based audio reproduction and the audio scene description format,”Organised Sound, vol. 15, 2010
2010
-
[39]
An audio-visual system for object- based audio: From recording to listening,
P. Coleman, A. Franck, J. Francombeet al., “An audio-visual system for object- based audio: From recording to listening,”IEEE Trans. Multimedia, vol. 20, 2018
2018
-
[40]
Segment any 3D gaussians,
J. Cen, J. Fang, C. Yanget al., “Segment any 3D gaussians,” inProc. AAAI, 2025
2025
-
[41]
OpenSplat3D: Open-vocabulary 3D instance segmentation using gaussian splatting,
J. Piekenbrinck, C. Schmidt, A. Hermanset al., “OpenSplat3D: Open-vocabulary 3D instance segmentation using gaussian splatting,” inProc. CVPR Workshops, 2025
2025
-
[42]
Object-aware gaussian splatting for robotic manipulation,
Y . Li and D. Pathak, “Object-aware gaussian splatting for robotic manipulation,” inICRA 2024 Workshop on 3D Visual Representations for Robot Manipulation, 2024
2024
-
[43]
GaussianCut: Interactive segmentation via graph cut for 3D gaussian splatting,
U. Jain, A. Mirzaei, and I. Gilitschenski, “GaussianCut: Interactive segmentation via graph cut for 3D gaussian splatting,” inProc. NeurIPS, vol. 37, 2024
2024
-
[44]
Training-free hierarchical scene understanding for gaussian splatting with superpoint graphs,
S. Dai, Y . Qu, Z. Liet al., “Training-free hierarchical scene understanding for gaussian splatting with superpoint graphs,” inProc. ACM MM, 2025
2025
-
[45]
Lifting by gaussians: A simple, fast and flexible method for 3D instance segmentation,
R. Chacko, N. Haeni, E. Khaliullinet al., “Lifting by gaussians: A simple, fast and flexible method for 3D instance segmentation,” inProc. WACV, 2025
2025
-
[46]
DCSEG: Decoupled 3D open-set segmentation using gaussian splatting,
L. Wiedmann, L. Wiehe, and D. Rozenberszki, “DCSEG: Decoupled 3D open-set segmentation using gaussian splatting,” inProc. CVPR Workshops, 2025
2025
-
[47]
Exploring CLIP for assessing the look and feel of images,
J. Wang, K. C. Chan, and C. C. Loy, “Exploring CLIP for assessing the look and feel of images,” inProc. AAAI, 2023
2023
-
[48]
gsplat: An open-source library for gaussian splatting,
V . Ye, R. Li, J. Kerret al., “gsplat: An open-source library for gaussian splatting,” J. Mach. Learn. Res., vol. 26, 2025
2025
-
[49]
Fr ´echet audio distance: A reference-free metric for evaluating music enhancement algorithms,
K. Kilgour, M. Zuluaga, D. Roblek, and M. Sharifi, “Fr ´echet audio distance: A reference-free metric for evaluating music enhancement algorithms,” inProc. Interspeech, 2019
2019
-
[50]
PANNs: Large-scale pretrained audio neural networks for audio pattern recognition,
Q. Kong, Y . Cao, T. Iqbalet al., “PANNs: Large-scale pretrained audio neural networks for audio pattern recognition,”IEEE/ACM Trans. Audio Speech Lang. Process., vol. 28, 2020
2020
-
[51]
Correlation of Fr ´echet audio distance with human perception of environmental audio is embedding dependent,
M. Tailleur, J. Lee, M. Lagrangeet al., “Correlation of Fr ´echet audio distance with human perception of environmental audio is embedding dependent,” inProc. EUSIPCO, 2024
2024
-
[52]
Sound scene synthesis at the DCASE 2024 challenge,
M. Lagrange, J. Lee, M. Tailleuret al., “Sound scene synthesis at the DCASE 2024 challenge,”arXiv preprint arXiv:2501.08587, 2025
2024 arXiv
-
[53]
Clotho: An audio captioning dataset,
K. Drossos, S. Lipping, and T. Virtanen, “Clotho: An audio captioning dataset,” inProc. ICASSP, 2020
2020
-
[54]
ImageBind: One embedding space to bind them all,
R. Girdhar, A. El-Nouby, Z. Liuet al., “ImageBind: One embedding space to bind them all,” inProc. CVPR, 2023
2023
-
[55]
Large-scale contrastive language-audio pretrain- ing with feature fusion and keyword-to-caption augmentation,
Y . Wu, K. Chen, T. Zhanget al., “Large-scale contrastive language-audio pretrain- ing with feature fusion and keyword-to-caption augmentation,” inProc. ICASSP, 2023
2023
-
[56]
Tango 2: Aligning diffusion-based text-to-audio generations through direct preference optimization,
N. Majumder, C.-Y . Hung, D. Ghosalet al., “Tango 2: Aligning diffusion-based text-to-audio generations through direct preference optimization,” inProc. ACM MM, 2024
2024
-
[57]
Seeing and hearing: Open-domain visual-audio generation with diffusion latent aligners,
Y . Xing, Y . He, Z. Tianet al., “Seeing and hearing: Open-domain visual-audio generation with diffusion latent aligners,” inProc. CVPR, 2024
2024
-
[58]
I hear your true colors: Image guided audio generation,
R. Sheffer and Y . Adi, “I hear your true colors: Image guided audio generation,” inProc. ICASSP, 2023
2023
-
[59]
ViSAGe: Video-to-spatial audio generation,
J. Kim, H. Yun, and G. Kim, “ViSAGe: Video-to-spatial audio generation,” in Proc. ICLR, 2025
2025
-
[60]
D-SA V360: A dataset of gaze scanpaths on 360° ambisonic videos,
E. Bernal-Berdun, D. Martin, S. Malpicaet al., “D-SA V360: A dataset of gaze scanpaths on 360° ambisonic videos,”IEEE Trans. Vis. Comput. Graph., 2023
2023
-
[61]
Real acoustic fields: An audio-visual room acoustics dataset and benchmark,
Z. Chenet al., “Real acoustic fields: An audio-visual room acoustics dataset and benchmark,” inProc. CVPR, 2024
2024
-
[62]
FLUX.2 [klein] 9B,
Black Forest Labs, “FLUX.2 [klein] 9B,” https://huggingface.co/black-forest-labs/ FLUX.2-klein-9B, 2026, Hugging Face model card, accessed 2026-02-15
2026
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.