REVIEW 3 major objections 1 minor 29 references
On Aligning Hierarchical Standardized Embedding for Audio-visual Generalized Zero-shot Learning
T0 review · 3 major / 1 minor · reviewed 2026-06-27 · grok-4.3
Pith's one-line read Z-score standardization followed by hierarchical alignment at semantic, class and batch levels creates a shared embedding space for audio-visual generalized zero-shot learning.
desk verdict AHSE adds Z-score standardization plus semantic/class/batch alignment to AV-GZSL, but the abstract supplies no equations, numbers, or baselines so the performance claim stays uncheckable. 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
The hierarchical alignment strategy after Z-score standardization, which reduces discrepancies at semantic, class, and batch levels while preserving relationships and spatial consistency.
What would settle it
Removing either the Z-score step or any one of the three alignment levels and observing that accuracy on VGGSound-GZSL, UCF-GZSL or ActivityNet-GZSL drops below the competitive levels reported for the full method.
Extended reading notes
Core claim
AHSE applies Z-score standardization to fused audio-visual and textual embeddings, then performs explicit minimization of discrepancies at the semantic, class, and batch levels to align them inside one shared embedding space, thereby enabling effective generalized zero-shot learning that integrates audio and visual inputs for both seen and unseen categories.
Load-bearing premise
That Z-score standardization plus explicit multi-level discrepancy minimization will produce a robust shared space without creating new mismatches or overfitting to the training distributions.
Editorial extensions
If this is right
- Semantic and inter-class relationships remain intact inside the aligned space.
- Spatial consistency is maintained across samples inside each training batch.
- The method reaches competitive zero-shot accuracy on VGGSound-GZSL, UCF-GZSL and ActivityNet-GZSL.
- Distributional and structural differences between audio-visual and textual modalities are reduced.
Reading between the lines
- The same standardization-plus-hierarchical-alignment pattern could be tested on other multimodal zero-shot settings such as video-text or image-audio pairs.
- Ablating each alignment level individually on the benchmarks would quantify how much each level contributes to the final accuracy.
- The approach may increase robustness when audio and visual streams arrive with mismatched statistics not seen during training.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Aligning Hierarchical Standardized Embedding (AHSE) for audio-visual generalized zero-shot learning (AV-GZSL). It first applies Z-score standardization to fused audio-visual and textual embeddings to reduce distributional mismatches, then introduces a hierarchical alignment strategy that minimizes discrepancies at the semantic, class, and batch levels to construct a shared embedding space. The method is evaluated on the VGGSound-GZSL, UCF-GZSL, and ActivityNet-GZSL benchmarks and is claimed to achieve competitive zero-shot performance on both seen and unseen classes.
Significance. If the empirical results hold under rigorous verification, the approach could provide a concrete way to mitigate modality-specific distributional and structural differences in AV-GZSL that prior optimization-only alignment methods overlook, potentially improving embedding robustness for multi-modal zero-shot tasks.
major comments (3)
- [Abstract] Abstract: the central claim of competitive performance on three named datasets is unsupported by any reported metrics, baselines, error bars, ablation results, or exclusion criteria, preventing verification of whether the standardization-plus-hierarchical-alignment pipeline actually delivers the stated gains.
- [Method] Method description: the hierarchical alignment losses at semantic, class, and batch levels are defined relative to the same embedding space being optimized, so the reported improvements may partly reflect fitting choices rather than independent grounding; explicit loss equations and consistency checks are required to assess this circularity risk for the robustness claim.
- [Experiments] Experiments: without tables showing per-dataset accuracies against named baselines, statistical significance, or seen/unseen splits, the claim that AHSE outperforms or matches prior work cannot be evaluated as load-bearing evidence.
minor comments (1)
- [Abstract] The abstract would be clearer if it briefly stated the three alignment levels and one key quantitative result.
Simulated Author's Rebuttal
We thank the referee for the constructive comments. We address each major point below, providing clarifications from the full manuscript and indicating where revisions will be made.
read point-by-point responses
-
Referee: [Abstract] Abstract: the central claim of competitive performance on three named datasets is unsupported by any reported metrics, baselines, error bars, ablation results, or exclusion criteria, preventing verification of whether the standardization-plus-hierarchical-alignment pipeline actually delivers the stated gains.
Authors: The abstract provides a concise overview and does not include numerical results, which is standard practice. The full manuscript details the experimental results in Section 4, including per-dataset accuracies, baseline comparisons, seen/unseen splits, and ablation studies on VGGSound-GZSL, UCF-GZSL, and ActivityNet-GZSL. We will revise the abstract to include a brief summary of key performance metrics for improved clarity. revision: partial
-
Referee: [Method] Method description: the hierarchical alignment losses at semantic, class, and batch levels are defined relative to the same embedding space being optimized, so the reported improvements may partly reflect fitting choices rather than independent grounding; explicit loss equations and consistency checks are required to assess this circularity risk for the robustness claim.
Authors: The method section defines the Z-score standardization first, followed by the three-level alignment losses as explicit regularization terms (semantic via cross-modal similarity, class via prototype alignment, batch via intra-batch consistency). These are not circular as they operate on the standardized space to enforce structure. We will add the full loss equations and a consistency analysis in the revision to address this concern directly. revision: yes
-
Referee: [Experiments] Experiments: without tables showing per-dataset accuracies against named baselines, statistical significance, or seen/unseen splits, the claim that AHSE outperforms or matches prior work cannot be evaluated as load-bearing evidence.
Authors: Section 4 of the manuscript includes tables with per-dataset results against named baselines, seen/unseen class accuracies, and results from multiple runs. We will revise to explicitly highlight statistical significance, add error bars where appropriate, and ensure all splits and exclusion criteria are clearly tabulated for verification. revision: partial
Circularity Check
No significant circularity identified
full rationale
The abstract describes Z-score standardization followed by a hierarchical alignment strategy minimizing discrepancies at semantic, class, and batch levels. No equations, loss definitions, or self-citations are provided in the given material that would allow exhibiting a specific reduction of any claimed prediction or result to its own inputs by construction. The central claims rest on experimental results on three external benchmark datasets, which remain independently falsifiable. Per the hard rules, absence of quotable self-definitional or fitted-input reductions requires score 0.
Assumptions & free parameters
assumptions (2)
- domain assumption Z-score standardization reduces distributional mismatches between audio-visual and textual modalities
- domain assumption Minimizing discrepancies at semantic, class, and batch levels constructs a robust embedding space that preserves relationships
Cite this review
Pith. "Pith review of On Aligning Hierarchical Standardized Embedding for Audio-visual Generalized Zero-shot Learning." pith.science (2026). https://pith.science/paper/64JAUUJV
@misc{pith2026260611602,
author = {Pith},
title = {Pith review of: On Aligning Hierarchical Standardized Embedding for Audio-visual Generalized Zero-shot Learning},
year = {2026},
howpublished = {\url{https://pith.science/paper/64JAUUJV}},
note = {Machine review of arXiv:2606.11602}
}
read the original abstract
Audio-visual Generalized Zero-shot Learning (AV-GZSL) is a challenging task that aims to classify both seen and unseen objects or scenes by integrating data from audio and visual modalities. Recent studies primarily focus on fusing or aligning audio and visual features to generate more informative audio-visual embeddings. Also, aligning the audio-visual and textual features of most existing methods relies solely on the optimization objectives. However, those methods neglect the inherent distributional and structural differences between audio-visual and textual modalities. To address this limitation, we propose a method termed Aligning Hierarchical Standardized Embedding (AHSE), which enables hierarchical alignment of standardized audio-visual and textual embeddings within a shared embedding space. Specifically, we first apply Z-score standardization to the fused audio-visual and textual embeddings to reduce distributional mismatches. We then introduce a hierarchical alignment strategy that minimizes discrepancies at the semantic, class, and batch levels, thereby constructing a more robust and well-structured embedding space. This strategy not only preserves semantic and inter-class relationships but also maintains spatial consistency within each batch. Extensive experiments on three benchmark datasets: VGGSound-GZSL, UCF-GZSL, and ActivityNet-GZSL, demonstrate that AHSE achieves competitive performance in zero-shot learning.
Figures
Reference graph
Works this paper leans on
-
[1]
Look, listen, and attend: Co-attention network for self-supervised audio-visual representa- tion learning,
Y . Cheng, R. Wang, Z. Pan, R. Feng, and Y . Zhang, “Look, listen, and attend: Co-attention network for self-supervised audio-visual representa- tion learning,” inProceedings of the 28th ACM International Conference on Multimedia, 2020, pp. 3884–3892
2020
-
[2]
Self- supervised object detection from audio-visual correspondence,
T. Afouras, Y . M. Asano, F. Fagan, A. Vedaldi, and F. Metze, “Self- supervised object detection from audio-visual correspondence,” inPro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 10 575–10 586
2022
-
[3]
Detection of audio-video synchronization errors via event detection,
J. P. Ebenezer, Y . Wu, H. Wei, S. Sethuraman, and Z. Liu, “Detection of audio-video synchronization errors via event detection,” inProceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing. IEEE, 2021, pp. 4345–4349
2021
-
[4]
Audiovisual slowfast networks for video recognition,
F. Xiao, Y . J. Lee, K. Grauman, J. Malik, and C. Feichtenhofer, “Audiovisual slowfast networks for video recognition,”arXiv preprint arXiv:2001.08740, 2020
-
[5]
Text-to-feature diffusion for audio-visual few-shot learning,
O.-B. Mercea, T. Hummel, A. S. Koepke, and Z. Akata, “Text-to-feature diffusion for audio-visual few-shot learning,” inProceedings of the DAGM German Conference on Pattern Recognition. Springer, 2023, pp. 491–507
2023
-
[6]
Advancing weakly- supervised audio-visual video parsing via segment-wise pseudo label- ing,
J. Zhou, D. Guo, Y . Zhong, and M. Wang, “Advancing weakly- supervised audio-visual video parsing via segment-wise pseudo label- ing,”International Journal of Computer Vision, vol. 132, no. 11, pp. 5308–5329, 2024
2024
-
[7]
Aloha: Adapting local spatio-temporal context to enhance the audio-visual semantic segmentation,
Y .-H. Zhou, H. Huang, C. Guo, R.-C. Tu, Z. Xiao, B. Wang, and X.- L. Mao, “Aloha: Adapting local spatio-temporal context to enhance the audio-visual semantic segmentation,”ACM Transactions on Multimedia Computing, Communications and Applications, vol. 21, no. 6, pp. 1–23, 2025
2025
-
[8]
Audio-visual event localization with cross co-attention and dynamic audio-object semantic alignment,
P. Zhang, P. Shi, and X. He, “Audio-visual event localization with cross co-attention and dynamic audio-object semantic alignment,”IEEE Signal Processing Letters, 2025
2025
Show all 29 references
-
[9]
X-sta: Cross-modal spatial-temporal alignment network for unified audio-visual segmenta- tion,
H. Xuan, T. Liu, W. Dong, Z. Li, and S. Chen, “X-sta: Cross-modal spatial-temporal alignment network for unified audio-visual segmenta- tion,”IEEE Signal Processing Letters, 2025
2025
-
[10]
Coordinated joint multimodal embeddings for generalized audio-visual zero-shot classifi- cation and retrieval of videos,
K. Parida, N. Matiyali, T. Guha, and G. Sharma, “Coordinated joint multimodal embeddings for generalized audio-visual zero-shot classifi- cation and retrieval of videos,” inProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 2020, pp. 3251–3260
2020
-
[11]
Avgzslnet: Audio-visual generalized zero-shot learning by reconstructing label fea- tures from multi-modal embeddings,
P. Mazumder, P. Singh, K. K. Parida, and V . P. Namboodiri, “Avgzslnet: Audio-visual generalized zero-shot learning by reconstructing label fea- tures from multi-modal embeddings,” inProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 2021, pp. 3090– 3099
2021
-
[12]
Audio-visual generalised zero-shot learning with cross-modal attention and language,
O.-B. Mercea, L. Riesch, A. Koepke, and Z. Akata, “Audio-visual generalised zero-shot learning with cross-modal attention and language,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 10 553–10 563
2022
-
[13]
Temporal and cross-modal attention for audio-visual zero-shot learning,
O.-B. Mercea, T. Hummel, A. S. Koepke, and Z. Akata, “Temporal and cross-modal attention for audio-visual zero-shot learning,” inProceed- ings of the European Conference on Computer Vision. Springer, 2022, pp. 488–505
2022
-
[14]
Hyperbolic audio-visual zero-shot learning,
J. Hong, Z. Hayder, J. Han, P. Fang, M. Harandi, and L. Petersson, “Hyperbolic audio-visual zero-shot learning,” inProceedings of the IEEE/CVF international Conference on Computer Vision, 2023, pp. 7873–7883
2023
-
[15]
Motion- decoupled spiking transformer for audio-visual zero-shot learning,
W. Li, X.-L. Zhao, Z. Ma, X. Wang, X. Fan, and Y . Tian, “Motion- decoupled spiking transformer for audio-visual zero-shot learning,” in Proceedings of the 31st ACM International Conference on Multimedia, 2023, pp. 3994–4002
2023
-
[16]
A generative approach to audio- visual generalized zero-shot learning: Combining contrastive and dis- criminative techniques,
Q. Zheng, J. Hong, and M. Farazi, “A generative approach to audio- visual generalized zero-shot learning: Combining contrastive and dis- criminative techniques,” inProceedings of the International Joint Con- ference on Neural Networks. IEEE, 2023, pp. 1–8
2023
-
[17]
Spiking tucker fusion trans- former for audio-visual zero-shot learning,
W. Li, P. Wang, R. Xiong, and X. Fan, “Spiking tucker fusion trans- former for audio-visual zero-shot learning,”IEEE Transactions on Image Processing, 2024
2024
-
[18]
Audio- visual generalized zero-shot learning using pre-trained large multi-modal models,
D. Kurzend ¨orfer, O.-B. Mercea, A. Koepke, and Z. Akata, “Audio- visual generalized zero-shot learning using pre-trained large multi-modal models,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. 2627–2638
2024
-
[19]
Audio-visual generalized zero-shot learning the easy way,
S. Mo and P. Morgado, “Audio-visual generalized zero-shot learning the easy way,” inProceedings of the European Conference on Computer Vision. Springer, 2025, pp. 377–395
2025
-
[20]
Discrepancy-aware attention network for enhanced audio-visual generalized zero-shot learn- ing,
R. Yu, Y . Gong, W. Li, A. Sun, and M. Zheng, “Discrepancy-aware attention network for enhanced audio-visual generalized zero-shot learn- ing,” inProceedings of the 33rd ACM International Conference on Multimedia, 2025, pp. 1112–1121
2025
-
[21]
Fusion-regularized alignment modality-adaptive audio-visual network for audio-visual zero- shot learning,
S. Ma, X. Niu, H. Tang, Z. Yang, J. Chu, and W. Li, “Fusion-regularized alignment modality-adaptive audio-visual network for audio-visual zero- shot learning,”Neurocomputing, p. 133693, 2026
2026
-
[22]
Z-score normalization, hubness, and few-shot learning,
N. Fei, Y . Gao, Z. Lu, and T. Xiang, “Z-score normalization, hubness, and few-shot learning,” inProceedings of the IEEE/CVF International Conference on Computer Vision, 2021, pp. 142–151
2021
-
[23]
Learning transferable visual models from natural language supervision,
A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clarket al., “Learning transferable visual models from natural language supervision,” inProceedings of the International Conference on Machine Learning. PMLR, 2021, pp. 8748–8763
2021
-
[24]
Wavcaps: A chatgpt-assisted weakly-labelled audio captioning dataset for audio-language multimodal research,
X. Mei, C. Meng, H. Liu, Q. Kong, T. Ko, C. Zhao, M. D. Plumbley, Y . Zou, and W. Wang, “Wavcaps: A chatgpt-assisted weakly-labelled audio captioning dataset for audio-language multimodal research,” IEEE/ACM Transactions on Audio, Speech, and Language Processing, 2024
2024
-
[25]
Tackling uncertain correspondences for multi-modal entity alignment,
L. Chen, Y . Sun, S. Zhang, Y . Ye, W. Wu, and H. Xiong, “Tackling uncertain correspondences for multi-modal entity alignment,” inThe Thirty-eighth Annual Conference on Neural Information Processing Systems, 2024
2024
-
[26]
Unialign: Scaling multimodal alignment within one unified model,
B. Zhou, L. Li, Y . Wang, H. Liu, Y . Yao, and W. Wang, “Unialign: Scaling multimodal alignment within one unified model,” inProceedings of the Computer Vision and Pattern Recognition Conference, 2025, pp. 29 644–29 655
2025
-
[27]
Relational knowledge distilla- tion,
W. Park, D. Kim, Y . Lu, and M. Cho, “Relational knowledge distilla- tion,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019, pp. 3967–3976
2019
-
[28]
On distilling the displacement knowledge for few-shot class-incremental learning,
P. Fang, Y . Qin, and H. Xue, “On distilling the displacement knowledge for few-shot class-incremental learning,”arXiv preprint arXiv:2412.11017, 2024
2024
-
[29]
Extremely simple out-of- distribution detection for audio-visual generalized zero-shot learning,
Y . Liu, X. Zhang, J. Du, X. Gao, and J. Han, “Extremely simple out-of- distribution detection for audio-visual generalized zero-shot learning,” arXiv preprint arXiv:2503.22197, 2025
2025
Reviewed June 27, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.