Zeyu Wang, Yao-Hui Li, Hongyu Zang, Xin Li · ICLR 2025
We proposed a method to learn fused state representations for multi-view RL.
In visual control tasks, leveraging observations from multiple views enables Reinforcement Learning (RL) agents to perceive the environment more effectively. However, while multi-view observations enrich decision-making information, they also increase the dimension of observation space and introduce more redundant information. Thus, how to learn compact and task-relevant representations from multi-view observations for downstream RL tasks remains a challenge. In this paper, we propose a Multi-view Fusion State for Control (MFSC), which integrates a self-attention mechanism with bisimulation metric learning to fuse task-relevant representations from multi-view observations. To foster more compact fused representations, we also incorporate a mask-based latent reconstruction auxiliary task to learn cross-view information. Additionly, this mechanism of mask and reconstruction can enpower the model with the ability to handle missing views by learning an additional mask tokens. We conducted extensive experiments on the Meta-World and Pybullet benchmarks, and the results demonstrate that our proposed method outperforms other multi-view RL algorithms and effectively aggregates task-relevant details from multi-view observations, coordinating attention across different views.
Summary:
The paper introduces a novel approach named Multi-view Fusion State for Control(MFSC),which ingrates a self-attention mechanism with bisimulation metric learning to fuse task-relevant representation from multi-view observation. Additionally, the paper also incorporated a mask-based latent reconstruction auxiliary task to learn cross-view information in order to foster more compact fused presentation. In this paper, two major problems were solved : First is Higher data dimensions and more redundant information , and Informative aggregation of representation from various views.
Soundness:
3
Presentation:
3
Contribution:
2
Strengths:
Weaknesses:
• A few formula faults are discovered in the paper.
• Evaluation Metrics: The evaluation metrics used in the experiments could be more comprehensive. Currently, the focus appears to be on task performance, but including metrics that assess representation quality (e.g., reconstruction loss) would provide a fuller picture of the model’s effectiveness.
• Generalization to Other Tasks: The experiments are primarily conducted on Meta-World. To evaluate the generality of the approach, the authors should consider applying MFSC to other control tasks or environments. This would help demonstrate the versatility and broader applicability of the proposed method.
• Limitations Discussion: The paper should include a dedicated section discussing the limitations of the proposed method. Identifying potential weaknesses and suggesting avenues for future work would add depth to the contribution.
Questions:
Overall, while the MFSC architecture presents a promising direction for multi-view reinforcement learning, addressing the outlined weaknesses and incorporating the suggested improvements will significantly enhance the paper's clarity, depth, and impact in the field.
Rating:
3
Confidence:
3
Summary:
The paper presents a novel architecture called Multi-view Fusion State for Control (MFSC), designed to learn compact and task-relevant representations from multi-view observations in reinforcement learning (RL). This approach integrates a self-attention fusion module with bisimulation metric learning to aggregate information from different views, while also using a mask-based latent reconstruction auxiliary task to promote cross-view information aggregation. Experiments conducted on Meta-World and Pybullet demonstrate the superiority of MFSC over other methods.
Soundness:
3
Presentation:
3
Contribution:
3
Strengths:
Weaknesses:
Questions:
Please see weakness section.
Rating:
5
Confidence:
3
Summary:
This paper proposes the Multi-view Fusion State for Control (MFSC), which integrates a self-attention mechanism and bisimulation metric learning to fuse task-relevant representations from multi-view observations, and incorporates a mask-based latent reconstruction auxiliary task to obtain more compact fused representations and handle missing views.
Soundness:
3
Presentation:
3
Contribution:
2
Strengths:
The writing is relatively clear.
The performance of the proposed method is validated on Meta-World and Pybullet benchmarks.
Weaknesses:
[1] Learning invariant representations for reinforcement learning without reconstruction.
[2] Mask-based Latent Reconstruction for reinforcement learning。
[1] TACO: Temporal Latent Action-Driven Contrastive Loss for Visual Reinforcement Learning.
[2] Mastering Diverse Domains through World Models.
Whether this method is only useful for robot control tasks needs to be further verified on more types of environments, such as Carla, atari, etc.
The paper lacks sufficient ablation experiments. The author only ablated MFSC without bisimulation constraints ('MFSC w/o bis') and MFSC without Mask and Latent Reconstruction ('MFSC w/o res'), but not more detailed parts like the Self-Attention Fusion Module.
The author claims that MFSC can be seamlessly integrated into any existing downstream reinforcement learning framework to enhance the agent's understanding of the environment. However, there are no relevant experiments to verify this claim.
Questions:
Please see the weaknesses.
Rating:
5
Confidence:
4
Summary:
This paper proposes a method that combines a bisimulation-based approach with masked representation learning for multi-view reinforcement learning. The core idea is that to enable task-relevant multi-view fusion, it is essential to align the integration process closely with the specific objectives of the task. In other words, when fusing information from multiple views, the task’s specific goals (Equation 8) must be considered. The authors have evaluated their method on two visual control environments, including Meta-World and PyBullet, demonstrating significant performance improvements over baseline methods.
Soundness:
3
Presentation:
3
Contribution:
2
Strengths:
Weaknesses:
My main concerns involve the novelty of the method and the completeness of experimental comparisons:
Questions:
I recommend the authors systematically compare the similarities and differences between their method and Seo et al.'s masked multi-view RL approach within the main text.
Rating:
5
Confidence:
4
General Response To Reviewers And AC:
We thank all reviewers for their thoughtful comments. We would like to sincerely thank Reviewer 56P8, Reviewer 1MQc, and Reviewer HetD for your positive feedback on the clarity of our writing and the reasonableness of our proposed method. We also appreciate Reviewer Tb2V for highlighting the significance of the problem we address and for your kind words regarding the integration of mask-based latent reconstruction and the use of bisimulation metrics.
Furthermore, we would like to take this opportunity to elaborate on the contributions of our method and provide a comprehensive comparison with other related works.
Bisimulation has garnered significant attention as a method for learning robust representations in reinforcement learning. However, in the domain of multi-view fusion, the integration of bisimulation to learn fused multi-view state representations remains unexplored. To the best of our knowledge, this work pioneers the integration of multi-view state representation fusion with bisimulation metrics. Our method leverages self-attention mechanism and utilizes the output from the ViT architecture as the fused representation. By incorporating bisimulation metric learning into the representation fusion process, our approach dynamically extracts task-relevant features from each view and combines them based on their relevance. We believe our method offers a unified framework that addresses two critical challenges in multi-view representation learning: effective task-relevant feature extraction and dynamic information integration. This work provides new insights for progress in multi-view learning in the context of reinforcement learning.
Comparison with MV-MWM: In terms of learning objectives, MFSC uses bisimulation metric learning to extract task-relevant fused representations from multi-view observations, while MV-MWM employs a mask reconstruction task as an auxiliary objective. In terms of the masking strategy, MFSC reconstructs in latent space, avoiding the reconstruction of task-irrelevant details. In contrast, MV-MWM requires an additional decoder for pixel-level reconstruction to fully reconstruct all details from raw observations. Another notable distinction is that MV-MWM introduces expert data during the behavioral learning phase to guide policy optimization.
Comparison with DBC: First, we would like to clarify that DBC is not inherently a multi-view fusion method but rather a representation learning algorithm designed to enhance robustness. In contrast, our approach integrates self-attention mechanisms with bisimulation to effectively extract task-relevant fused representations from multi-view observations, addressing the traditional challenges associated with multi-view learning.
Comparison with MLR: To further enhance model learning capacity and reduce spatiotemporal redundancy, we employ a mask-based latent reconstruction strategy integrated to derive compact representations. Unlike MLR, MFSC incorporates a self-attention module within the encoder and employs a fusion mechanism to effectively learn fused state representations, which directly benefit downstream reinforcement learning tasks. In contrast, MLR leverages self-attention solely within the decoder and relies on an auxiliary loss term to guide convolutional neural networks (CNNs) in capturing temporal dependencies in sequences.
During the rebuttal phase, we conducted additional experiments as suggested by the reviewers, including comparisons with other baseline algorithms, and additional analyses on parameter sensitivity, representation quality (reconstruction loss and bisimilarity), training time, and inference time. We also verified the performance of our approach on Carla. Besides, we also tried to include a more comprehensive comparison with methods like MV-MWM and TACO. However, reproducing the MV-MWM method is not feasible because MV-MWM conducted their experiments on the RLbench benchmark, which necessitates unique designs and additionally used expert demonstration data. In the case of TACO, the open-source code of TACO does not include the implementation for MetaWorld and our attempts to contact the corresponding author have been unsuccessful. Despite our substantial efforts, we have not yet succeeded in reproducing expected performance.
Currently, although we have obtained some experimental results that are highly consistent and coherent with our previous conclusions, due to time constraints and limited computational resources, we are temporarily unable to include all the additional results we intended to supplement in the manuscript. Therefore, in order to make the paper more robust, enhance the comprehensiveness of the experiments, and further increase its potential impact, we have decided to withdraw it for more thorough improvement.
Lastly, we would like to thank all the reviewers for their valuable time and thoughtful feedback.
Withdrawal Confirmation:
I have read and agree with the venue's withdrawal policy on behalf of myself and my co-authors.
No comments from the floor yet — it's open.
This paper is held in the 44B Library.
This panel sticks with you. Pick anything below and it opens right beside it, so you can dig through 60,000-plus records without ever losing your spot here.
Travel 44B
LibraryPapers, policy, standards, statuteLabsEvery organization building AIModelsIntelligence, price, and speedBenchmarksThe evaluation catalogSearchOne field across everythingDashboardThe state of AI in NY44B RegistryThe Art. 44-B compliance portal