REVIEW 3 major objections 2 minor 31 references
Attentive Multi-Task Deep Reinforcement Learning
T0 review · 3 major / 2 minor · reviewed 2026-05-25 · grok-4.3
Pith's one-line read An attention network in multi-task deep RL learns to group task knowledge into sub-networks at the state level.
desk verdict The paper introduces an attention mechanism for multi-task RL that learns state-level task groupings without prior similarity assumptions, but offers no direct checks that this grouping drives the reported gains. 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 attention network that automatically groups task knowledge into sub-networks on a state level granularity without a-priori assumptions about task relationships.
What would settle it
An experiment replacing the attention with full parameter sharing or full separation, checking if performance on interfering tasks drops or if the learned groupings fail to separate conflicting tasks.
Extended reading notes
Core claim
Our attention network automatically groups task knowledge into sub-networks on a state level granularity. It thereby achieves positive knowledge transfer if possible, and avoids negative transfer in cases where tasks interfere. We test our algorithm against two state-of-the-art multi-task/transfer learning approaches and show comparable or superior performance while requiring fewer network parameters.
Load-bearing premise
That an attention network can reliably learn to group and isolate task knowledge at the state level from data alone, without any a-priori assumptions about task relationships, and that this grouping produces the performance gains.
Editorial extensions
If this is right
- Positive knowledge transfer occurs automatically when tasks can benefit from sharing.
- Negative transfer is avoided when tasks interfere with each other.
- Comparable or superior performance is achieved compared to existing multi-task methods.
- Fewer network parameters are needed than in the baseline approaches.
Reading between the lines
- The attention mechanism may discover task relationships purely from interaction data in other sequential decision settings.
- State-level granularity could allow the same network to handle new tasks by reusing existing sub-networks dynamically.
- The method implies that explicit task descriptors or similarity metrics are not required for effective multi-task RL.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an attention-based multi-task deep reinforcement learning method that, without a priori assumptions on task relationships, uses an attention network to automatically group task knowledge into sub-networks at state-level granularity. This is claimed to enable positive knowledge transfer when possible and avoid negative transfer when tasks interfere, while achieving comparable or superior performance to two state-of-the-art baselines with fewer network parameters.
Significance. If the central mechanistic claim holds—that the learned attention produces verifiable state-level groupings responsible for the transfer behavior—this would address a key gap in multi-task RL by handling task interference in a data-driven manner. The reported parameter efficiency is a practical advantage worth confirming.
major comments (3)
- [§4 and §5] §4 (Experiments) and §5 (Results): No attention weight visualizations, activation statistics, or sub-network isolation metrics are reported to verify that the attention network forms state-level task groupings; without this, the performance edge cannot be attributed to the claimed mechanism rather than generic capacity or routing effects.
- [§5] §5 (Results): The superiority claims rest on comparisons to two baselines but lack ablation studies that disable the state-granularity attention component while preserving other elements (e.g., the multi-task backbone) to test whether grouping is load-bearing for the gains.
- [§3] §3 (Method): The architecture description does not specify how state-level granularity is enforced (e.g., via particular attention formulation, auxiliary losses, or architectural constraints), leaving the grouping claim as an untested interpretation of end-to-end training.
minor comments (2)
- [Table 1] Table 1 or equivalent parameter-count comparison: clarify exactly how parameter counts are computed across methods to ensure the 'fewer parameters' claim is apples-to-apples.
- [Figures and §4] Figure captions and experimental details: add the number of random seeds, statistical significance tests, and hyper-parameter search protocol to strengthen reproducibility.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback. The comments identify key areas where additional evidence and clarification can strengthen the manuscript's claims regarding the attention mechanism. We address each point below and will revise accordingly.
read point-by-point responses
-
Referee: [§4 and §5] §4 (Experiments) and §5 (Results): No attention weight visualizations, activation statistics, or sub-network isolation metrics are reported to verify that the attention network forms state-level task groupings; without this, the performance edge cannot be attributed to the claimed mechanism rather than generic capacity or routing effects.
Authors: We agree that visualizations and metrics are needed to link performance to the state-level grouping mechanism. In the revised manuscript, we will add attention weight visualizations across states and tasks, activation statistics for sub-networks, and isolation metrics to verify the claimed groupings. revision: yes
-
Referee: [§5] §5 (Results): The superiority claims rest on comparisons to two baselines but lack ablation studies that disable the state-granularity attention component while preserving other elements (e.g., the multi-task backbone) to test whether grouping is load-bearing for the gains.
Authors: We acknowledge the importance of isolating the contribution of state-granularity attention. We will include ablation studies in the revision, such as replacing state-level attention with a task-level variant while retaining the multi-task backbone, to test whether the grouping mechanism drives the observed gains. revision: yes
-
Referee: [§3] §3 (Method): The architecture description does not specify how state-level granularity is enforced (e.g., via particular attention formulation, auxiliary losses, or architectural constraints), leaving the grouping claim as an untested interpretation of end-to-end training.
Authors: The state-level granularity is enforced by the per-state computation in the attention network, which takes individual states as input and produces task-specific routing without auxiliary losses. We will revise Section 3 to explicitly detail the attention formulation, input processing, and lack of additional constraints, clarifying how this leads to state-level groupings via end-to-end training. revision: yes
Circularity Check
No circularity detected; empirical method validated against external baselines
full rationale
The paper introduces an attention mechanism for multi-task RL that learns task groupings end-to-end from data without a priori assumptions. Performance is compared directly to two external state-of-the-art baselines, with claims of comparable or superior results using fewer parameters. No equations, fitted inputs renamed as predictions, or self-citation chains reduce the central claims to tautologies or self-definitions. The mechanistic interpretation (state-level sub-network grouping) is presented as an empirical outcome of training rather than a derived necessity, and the evaluation remains falsifiable against independent methods. This is a standard non-circular empirical contribution.
Assumptions & free parameters
assumptions (1)
- domain assumption An attention network can learn to group task knowledge into sub-networks at state granularity without any a-priori assumptions about task relationships.
invented entities (1)
-
Attention network for state-level task grouping
Cite this review
Pith. "Pith review of Attentive Multi-Task Deep Reinforcement Learning." pith.science (2026). https://pith.science/paper/IFFFOYTL
@misc{pith2026190702874,
author = {Pith},
title = {Pith review of: Attentive Multi-Task Deep Reinforcement Learning},
year = {2026},
howpublished = {\url{https://pith.science/paper/IFFFOYTL}},
note = {Machine review of arXiv:1907.02874}
}
read the original abstract
Sharing knowledge between tasks is vital for efficient learning in a multi-task setting. However, most research so far has focused on the easier case where knowledge transfer is not harmful, i.e., where knowledge from one task cannot negatively impact the performance on another task. In contrast, we present an approach to multi-task deep reinforcement learning based on attention that does not require any a-priori assumptions about the relationships between tasks. Our attention network automatically groups task knowledge into sub-networks on a state level granularity. It thereby achieves positive knowledge transfer if possible, and avoids negative transfer in cases where tasks interfere. We test our algorithm against two state-of-the-art multi-task/transfer learning approaches and show comparable or superior performance while requiring fewer network parameters.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
Playing hard exploration games by watching YouTube
Aytar, Y., Pfaff, T., Budden, D., Paine, T.L., Wang, Z., de Freitas, N.: Playing hard exploration games by watching youtube. CoRR abs/1805.11592 (2018), http://arxiv.org/abs/1805.11592
work page Pith review arXiv 2018
-
[2]
Barreto, A., Borsa, D., Quan, J., Schaul, T., Silver, D., Hessel, M., Mankowitz, D.J., Z´ ıdek, A., Munos, R.: Transfer in deep reinforcement learning using successor features and generalised policy improvement. In: Proceedings of the 35th Interna- tional Conference on Machine Learning, ICML 2018 (2018), http://proceedings. mlr.press/v80/barreto18a.html A...
work page 2018
-
[3]
Barreto, A., Dabney, W., Munos, R., Hunt, J.J., Schaul, T., Silver, D., van Has- selt, H.P.: Successor features for transfer in reinforcement learning. In: Advances in Neural Information Processing Systems 30: Annual Conference on Neural In- formation Processing Systems 2017 (2017), http://papers.nips.cc/paper/6994- successor-features-for-transfer-in-rein...
work page 2017
-
[4]
Birck, M., Corrˆ ea, U., Ballester, P., Andersson, V., Araujo, R.: Multi-task rein- forcement learning: An hybrid a3c domain approach (01 2017)
work page 2017
-
[5]
Mix&Match - Agent Curricula for Reinforcement Learning
Czarnecki, W.M., Jayakumar, S.M., Jaderberg, M., Hasenclever, L., Teh, Y.W., Osindero, S., Heess, N., Pascanu, R.: Mix&match-agent curricula for reinforcement learning. arXiv preprint arXiv:1806.01780 (2018)
work page Pith review arXiv 2018
-
[6]
In: ICML 2018 (2018), http://proceedings.mlr.press/v80/espeholt18a.html
Espeholt, L., Soyer, H., Munos, R., Simonyan, K., Mnih, V., Ward, T., Doron, Y., Firoiu, V., Harley, T., Dunning, I., Legg, S., Kavukcuoglu, K.: IMPALA: scalable distributed deep-rl with importance weighted actor-learner architectures. In: ICML 2018 (2018), http://proceedings.mlr.press/v80/espeholt18a.html
work page 2018
-
[7]
Reinforcement Learning from Imperfect Demonstrations
Gao, Y., Xu, H., Lin, J., Yu, F., Levine, S., Darrell, T.: Reinforcement learning from imperfect demonstrations. CoRR abs/1802.05313 (2018), http://arxiv. org/abs/1802.05313
work page Pith review arXiv 2018
-
[8]
Glatt, R., da Silva, F.L., Costa, A.H.R.: Towards knowledge trans- fer in deep reinforcement learning. In: BRACIS 2016 (2016). https://doi.org/10.1109/BRACIS.2016.027, https://doi.org/10.1109/BRACIS. 2016.027
Show all 31 references
-
[9]
CoRR abs/1703.02949 (2017), http://arxiv.org/abs/1703.02949
Gupta, A., Devin, C., Liu, Y., Abbeel, P., Levine, S.: Learning invariant fea- ture spaces to transfer skills with reinforcement learning. CoRR abs/1703.02949 (2017), http://arxiv.org/abs/1703.02949
2017 arXiv
-
[10]
CoRR abs/1809.04474 (2018), http://arxiv.org/abs/1809.04474
Hessel, M., Soyer, H., Espeholt, L., Czarnecki, W., Schmitt, S., van Hasselt, H.: Multi-task deep reinforcement learning with popart. CoRR abs/1809.04474 (2018), http://arxiv.org/abs/1809.04474
2018 arXiv
-
[11]
In: AAAI 2018 (2018), https://www.aaai.org/ocs/index.php/AAAI/AAAI18/paper/view/16976
Hester, T., Vecerik, M., Pietquin, O., Lanctot, M., Schaul, T., Piot, B., Horgan, D., Quan, J., Sendonaris, A., Osband, I., Dulac-Arnold, G., Agapiou, J., Leibo, J.Z., Gruslys, A.: Deep q-learning from demonstrations. In: AAAI 2018 (2018), https://www.aaai.org/ocs/index.php/AA...
2018
-
[12]
In: Proceedings of the 34th International Conference on Machine Learn- ing, ICML 2017 (2017), http://proceedings.mlr.press/v70/higgins17a.html
Higgins, I., Pal, A., Rusu, A.A., Matthey, L., Burgess, C., Pritzel, A., Botvinick, M., Blundell, C., Lerchner, A.: DARLA: improving zero-shot transfer in reinforcement learning. In: Proceedings of the 34th International Conference on Machine Learn- ing, ICML 2017 (2017), http...
2017
-
[13]
CoRR abs/1711.09846 (2017), http://arxiv.org/abs/1711.09846
Jaderberg, M., Dalibard, V., Osindero, S., Czarnecki, W.M., Donahue, J., Razavi, A., Vinyals, O., Green, T., Dunning, I., Simonyan, K., Fernando, C., Kavukcuoglu, K.: Population based training of neural networks. CoRR abs/1711.09846 (2017), http://arxiv.org/abs/1711.09846
2017 arXiv
-
[14]
CoRR abs/1412.6980 (2014), http://arxiv.org/abs/1412.6980
Kingma, D.P., Ba, J.: Adam: A method for stochastic optimization. CoRR abs/1412.6980 (2014), http://arxiv.org/abs/1412.6980
2014 arXiv
-
[15]
In: AAAI 2017 (2017), http://aaai.org/ocs/index.php/AAAI/AAAI17/paper/view/ 14315
Laroche, R., Barlier, M.: Transfer reinforcement learning with shared dynamics. In: AAAI 2017 (2017), http://aaai.org/ocs/index.php/AAAI/AAAI17/paper/view/ 14315
2017
-
[16]
CoRR abs/1901.11437 (2019)
Lehnert, L., Littman, M.L.: Successor features support model-based and model-free reinforcement learning. CoRR abs/1901.11437 (2019)
1901
-
[17]
Neuron 93(2), 451–463 (2017)
Leong, Y.C., Radulescu, A., Daniel, R., DeWoskin, V., Niv, Y.: Dynamic inter- action between reinforcement learning and attention in multidimensional environ- ments. Neuron 93(2), 451–463 (2017)
2017
-
[18]
Lin, L.J.: Reinforcement learning for robots using neural networks. Tech. rep., Carnegie-Mellon Univ Pittsburgh PA School of Computer Science (1993) 16 T. Br¨ am et al
1993
-
[19]
CoRR abs/1709.06009 (2017)
Machado, M.C., Bellemare, M.G., Talvitie, E., Veness, J., Hausknecht, M.J., Bowl- ing, M.: Revisiting the arcade learning environment: Evaluation protocols and open problems for general agents. CoRR abs/1709.06009 (2017)
2017 arXiv
-
[20]
In: ICML 2016 (2016), http://jmlr.org/proceedings/papers/v48/mniha16.html
Mnih, V., Badia, A.P., Mirza, M., Graves, A., Lillicrap, T.P., Harley, T., Silver, D., Kavukcuoglu, K.: Asynchronous methods for deep reinforcement learning. In: ICML 2016 (2016), http://jmlr.org/proceedings/papers/v48/mniha16.html
2016
-
[21]
Nature (2015)
Mnih, V., Kavukcuoglu, K., Silver, D., Rusu, A.A., Veness, J., Bellemare, M.G., Graves, A., Riedmiller, M.A., Fidjeland, A., Ostrovski, G., Petersen, S., Beattie, C., Sadik, A., Antonoglou, I., King, H., Kumaran, D., Wierstra, D., Legg, S., Hass- abis, D.: Human-level control ...
2015 doi
-
[22]
CoRR abs/1511.06342 (2015), http://arxiv.org/ abs/1511.06342
Parisotto, E., Ba, L.J., Salakhutdinov, R.: Actor-mimic: Deep multitask and trans- fer reinforcement learning. CoRR abs/1511.06342 (2015), http://arxiv.org/ abs/1511.06342
2015 arXiv
-
[23]
CoRR abs/1805.11593 (2018), http://arxiv.org/abs/1805.11593
Pohlen, T., Piot, B., Hester, T., Azar, M.G., Horgan, D., Budden, D., Barth- Maron, G., van Hasselt, H., Quan, J., Vecer´ ık, M., Hessel, M., Munos, R., Pietquin, O.: Observe and look further: Achieving consistent performance on atari. CoRR abs/1805.11593 (2018), http://arxiv....
2018 arXiv
-
[24]
arXiv preprint arXiv:1510.02879 (2015)
Rajendran, J., Lakshminarayanan, A.S., Khapra, M.M., Prasanna, P., Ravindran, B.: Attend, adapt and transfer: Attentive deep architecture for adaptive transfer from multiple sources in the same domain. arXiv preprint arXiv:1510.02879 (2015)
2015
-
[25]
CoRR abs/1511.06295 (2015), http://arxiv.org/abs/1511.06295
Rusu, A.A., Colmenarejo, S.G., G¨ ul¸ cehre, C ¸ ., Desjardins, G., Kirkpatrick, J., Pascanu, R., Mnih, V., Kavukcuoglu, K., Hadsell, R.: Policy distillation. CoRR abs/1511.06295 (2015), http://arxiv.org/abs/1511.06295
2015 arXiv
-
[26]
CoRR abs/1606.04671 (2016), http://arxiv.org/abs/1606.04671
Rusu, A.A., Rabinowitz, N.C., Desjardins, G., Soyer, H., Kirkpatrick, J., Kavukcuoglu, K., Pascanu, R., Hadsell, R.: Progressive neural networks. CoRR abs/1606.04671 (2016), http://arxiv.org/abs/1606.04671
2016 arXiv
-
[27]
CoRR abs/1803.03835 (2018), http://arxiv.org/ abs/1803.03835
Schmitt, S., Hudson, J.J., Z´ ıdek, A., Osindero, S., Doersch, C., Czarnecki, W.M., Leibo, J.Z., K¨ uttler, H., Zisserman, A., Simonyan, K., Eslami, S.M.A.: Kickstarting deep reinforcement learning. CoRR abs/1803.03835 (2018), http://arxiv.org/ abs/1803.03835
2018 arXiv
-
[28]
Journal of Machine Learning Research 10 (2009)
Taylor, M.E., Stone, P.: Transfer learning for reinforcement learning do- mains: A survey. Journal of Machine Learning Research 10 (2009). https://doi.org/10.1145/1577069.1755839, http://doi.acm.org/10.1145/ 1577069.1755839
2009 doi
-
[29]
Teh, Y.W., Bapst, V., Czarnecki, W.M., Quan, J., Kirkpatrick, J., Hadsell, R., Heess, N., Pascanu, R.: Distral: Robust multitask reinforcement learning. In: Ad- vances in Neural Information Processing Systems 30: Annual Conference on Neu- ral Information Processing Systems 201...
2017
-
[30]
In: AAAI 2017 (2017), http://aaai.org/ocs/index
Yin, H., Pan, S.J.: Knowledge transfer for deep reinforcement learning with hier- archical experience replay. In: AAAI 2017 (2017), http://aaai.org/ocs/index. php/AAAI/AAAI17/paper/view/14478
2017
-
[31]
In: 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems, IROS 2017 (2017)
Zhang, J., Springenberg, J.T., Boedecker, J., Burgard, W.: Deep reinforcement learning with successor features for navigation across similar environments. In: 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems, IROS 2017 (2017). https://doi.org/10.1109/IR...
2017 doi
Reviewed May 25, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.