Summary
This paper proposes a novel generative approach, MomentDiff, to address the Video Moment Retrieval (VMR) task. It replaces traditional dense or learnable proposals with random spans and a diffusion-based denoiser to refine predictions, mimicking the human process of identifying key video moments. This reduces the impact of temporal location biases and improves the system's generalizability. The authors also introduce two "anti-bias" datasets, Charades-STA-Len and Charades-STA-Mom, for evaluation. Experiment results showed that MomentDiff outperforms existing methods in efficiency and transferability.
Strengths
1. The proposed method creatively combines pre-trained video and text backbones for feature extraction, a similarity-aware condition generator, and a video moment denoiser. This composite approach takes existing tools and blends them in a unique way. The inclusion of audio data as a feature, alongside visual and textual data, also represents an innovative approach to video moment retrieval.
2. The paper showcases a high-quality approach by incorporating various feature extractors, utilizing a multilayer transformer for multimodal interaction, and deploying a similarity-aware fusion embedding. The fact that the paper also discusses the limitations of the proposed method speaks to its quality and rigor.
3. The proposed methodology is outlined clearly and in a structured manner. Each part of the system, from feature extraction to the inference process, is explained with sufficient detail. However, some areas could benefit from additional explanation (e.g., the impact of the quality of fusion embeddings on the denoising process), which could further enhance clarity.
4. The paper tackles the important problem of video moment retrieval, which has broad implications in fields like media indexing, recommendation systems, and video summarization. The solution proposed in the paper, especially with the inclusion of audio features, can be significant in improving the efficiency and effectiveness of video moment retrieval tasks. By outlining its method clearly and discussing potential limitations, the paper contributes to further research and improvement in the field.
Weaknesses
1. The proposed method relies heavily on the effectiveness of the chosen feature extractors. Although they have tested multiple feature extraction models, the paper does not discuss the impact of these choices on the final results in detail. Additionally, the models chosen for feature extraction could potentially limit the generalizability of the approach to datasets significantly different from those on which the models were trained.
2. The paper does not provide a clear comparison with existing methods in terms of computational resources. This makes it hard to gauge the improvement the proposed method offers over current techniques.
3. The paper mentions multiple hyperparameters but does not discuss how they are selected or tuned. This could impact the replicability and robustness of the model across different datasets.
Questions
1. Clarification on Visual and Textual Representations: It would be helpful if the authors could elaborate on why they chose the specific visual and textual extractors, like VGG, C3D, CLIP, Glove, etc. Are there specific reasons these were chosen over other potential extractors?
2. Elaboration on Span Generation Process: In the span generation process, it is mentioned that for the same video, the correct video segments corresponding to different text queries are very different. Could you elaborate more on this? Is there a way to address this challenge?
3. Justification for Hyperparameter Choices: Could the authors provide further clarification on the selection of the hyperparameters used in the model? How were these optimized, and what was the impact on model performance?
4. Scalability of the Model: Could the authors discuss how this model scales with larger, more complex datasets? Can the method efficiently handle real-world scenarios with high volumes of data, and if so, are there any limitations or performance degradation?
5. Use of Pre-Trained Models: What are the implications of using several pre-trained models? How does it affect the generalizability of the proposed method across diverse datasets, especially ones that differ significantly from the datasets these pre-trained models were trained on?
6. Computational Resources: Could the authors provide details about the computational resources required for the model to run both in the training and inference stages? This is crucial for evaluating the practicality of the proposed model.
7. No motivation is provided in Similarity-aware Condition Generator, i.e., why specific modality features are selected as Query, Key, and Values? Why not any other combination?
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.
Limitations
1. Authors have provided limited limitations.
2. Code is not provided in supplementary that can help with in more detailed understanding.