NexusFlow: Unifying Disparate Tasks under Partial Supervision via Invertible Flow Networks
Fangzhou Lin, Yuping Wang, Yuliang Guo, Zixun Huang, Xinyu Huang, Haichong Zhang, Kazunori Yamada, Zhengzhong Tu, Liu Ren, Ziming Zhang

TL;DR
NexusFlow is a versatile framework that unifies diverse tasks under partial supervision by aligning feature distributions with invertible coupling layers, enabling effective knowledge transfer across structurally different tasks.
Contribution
It introduces a novel invertible coupling layer approach for partial multi-task learning, effectively handling structurally diverse tasks without loss of expressive capacity.
Findings
Sets new state-of-the-art on nuScenes for domain-partitioned autonomous driving tasks.
Achieves consistent improvements on NYUv2 across segmentation, depth, and surface normals.
Demonstrates broad applicability to diverse multi-task learning scenarios.
Abstract
Partially Supervised Multi-Task Learning (PS-MTL) aims to leverage knowledge across tasks when annotations are incomplete. Existing approaches, however, have largely focused on the simpler setting of homogeneous, dense prediction tasks, leaving the more realistic challenge of learning from structurally diverse tasks unexplored. To this end, we introduce NexusFlow, a novel, lightweight, and plug-and-play framework effective in both settings. NexusFlow introduces a set of surrogate networks with invertible coupling layers to align the latent feature distributions of tasks, creating a unified representation that enables effective knowledge transfer. The coupling layers are bijective, preserving information while mapping features into a shared canonical space. This invertibility avoids representational collapse and enables alignment across structurally different tasks without reducing…
Peer Reviews
Decision·ICLR 2026 Conference Withdrawn Submission
The following are some strengths of this work: - The paper's primary strength is its formalization of a challenging problem. The introduction of "domain-partitioned supervision" is interesting, as it reflects a far more realistic scenario than the standard "random dropout" assumption, combining task heterogeneity with a domain gap. - The choice of invertible coupling layers is well-motivated. The authors provide a clear and compelling argument for why invertibility is necessary: it enables alig
Im not an expert on Multi-Task Learning, so I shall defer the technical aspects of the weakness to my fellow reviewer colleagues. However, I have the following weaknesses from reading about the work: - The paper's core premise is aligning "structurally disparate" tasks (dense map vs. sparse tracks). However, the technical implementation seems different. The NexusFlow module does not operate on the disparate outputs themselves. Instead, it operates on intermediate features that have already been
- PS-MTL in the context of structurally disparate tasks under domain-partitioned supervision is a relevant problem since labels are often collected in different geographic domains for different types of tasks. - The proposed framework uses insights from invertible flow-based models to align the latent feature distributions of different tasks. - Experiments on the nuScenes dataset (Tab.2) show benefits over alternative PS-MTL strategies (MTPSL, JTR). - Distribution alignment and intrinsic dimensi
- The text emphasizes NexusFlow as a plug-and-play framework (L017, L094, L118, L253 and more). To validate this, it would be useful to show results on at least one more baseline (other than UniAD). For example, GenAD (L162: Zheng et al. 2024, code is publicly available) also makes predictions for both sparse (detection, trajectory prediction) and dense (mapping) tasks. NexusFlow can be applied to GenAD as well and compared with other PS-MTL strategies (MTPSL, JTR). This would help show that the
>S1. The proposed technique for scalable Partially Supervised Multi-Task Learning in the context of structurally disparate tasks is highly practical and relevant for real-world applications. >S2. The proposed method appears to be simple yet efficient. Its plug-and-play nature suggests it is largely model-agnostic and potentially applicable to a wide variety of network architectures. >S3. The method achieves a significant performance improvement in the specific 2-task PS-MTL scenario evaluated
>W1. The evaluation is currently restricted to only one dataset, one specific 2-task PS-MTL scenario, and only the UniAD architecture. This limited scope severely restricts the verification of the proposed method's generalization capability. To substantiate the claim of general applicability, a more comprehensive evaluation is necessary, testing the method across at least one of the following: additional datasets, different MTL scenarios, or alternative architectures. >W2. The title of the pape
The paper proposes a new problem within the domain of Partially Supervised Multi-Task Learning, which is highly relevant to practical applications such as autonomous driving. The proposed method produces strong performance.
The description of the proposed NexusFlow module is extremely brief and lacking in detail. In general, the methods are not described in sufficient detail to allow reproduction of the results. The paper only considers the situation where there are only two tasks, and there is not a discussion as to how the method could be applied to more than two tasks. Figure 2 is unclear and fails to help explain the proposed method.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Face recognition and analysis
