REVIEW 4 major objections 5 minor 43 references
Revisiting Marr in Face: The Building of 2D--2.5D--3D Representations in Deep Neural Networks
T0 review · 4 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Deep face networks construct representations in the order Marr's theory predicts: flat 2D, low-relief 2.5D, then full 3D.
desk verdict A clever and reusable graphics-probe tool, but the headline 2D–2.5D–3D result is confounded by the probe's growing receptive field and by training the network to reconstruct through the probes. 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 graphics probe is the object that carries the argument: a probe token is inserted into each window of a transformer or appended to a CNN block, gathers information from the layer's tokens through self-attention, and is decoded into four computer-graphics elements—a depth map, an albedo map, a 6DoF camera view, and lighting. The probe is trained unsupervised, by analysis-by-synthesis, to reconstruct the input image from those elements. Because the probe can produce either flat or sculpted depth and either viewer-centered or object-centered views, the choices it settles on expose the layer's preferred representation; multiple probes compete through a Z-buffer, revealing which probe is tuned to which image or face part. The depth map and its statistics, depth variation and normal variation, are the direct evidence for classifying a layer as 2D, 2.5D, or 3D.
What would settle it
Train the same Window Transformer with a classification head instead of the reconstruction loss and re-run the graphics probes; if the 2D–2.5D–3D depth pattern vanishes, the sequence is a product of the reconstruction objective rather than of deep perception itself.
Extended reading notes
Core claim
On the paper's own terms, the central discovery is that a vision-oriented deep network spontaneously develops the three representational stages proposed in classical computational vision. Low-level layers encode a genuinely 2D representation, as shown by decoded depth maps that are flat planes with normals pointing straight at the viewer. Middle layers build a 2.5D representation: depth remains shallow but surface normals vary enough to create shading, like a low-relief sculpture. High layers construct a full 3D model, with depth variations large enough to represent three-dimensional shape from any viewpoint. The same three-stage pattern appears across several architectures, and the final 3D stage only emerges when training data contain viewpoint variation.
Load-bearing premise
The paper treats the decoded depth maps as faithful readouts of what each layer actually encodes, rather than as artifacts of the probe's receptive-field size or its reconstruction objective.
Editorial extensions
If this is right
- Low-level layers of trained face networks should be read as flat 2D sketches: probing them yields no depth variation and no normal variation.
- Middle layers should be read as 2.5D low-relief representations: they produce shading through surface normals while keeping depth nearly constant.
- High-level layers should be read as full 3D object-centered models, with depth variation large enough to render profile views of the face.
- Viewpoint variation in the training data is a prerequisite for the 3D stage; networks trained on a single yaw angle stay in the 2.5D regime.
- The 2D–2.5D–3D ordering generalizes across VGG16, ResNet18, ViT, SwinT, and the proposed Window Transformer.
Reading between the lines
- If the flat low-level readout is a true representation rather than an artifact of the probe's receptive field, then removing the reconstruction objective should preserve flatness; this is a testable ablation the paper does not run.
- The sudden jump in high-level depth variance around epoch 15 suggests a phase-transition-like moment in training; probing per epoch could reveal whether the 3D stage appears abruptly or gradually.
- The same graphics-probe method could be applied to non-face object categories to test whether the 2D–2.5D–3D ladder is a general property of deep visual representation or specific to faces with strong pose variation.
- Because training on single-view faces still yields a 2.5D shading representation, the 2.5D stage may be a minimal requirement for any reconstruction-based network, while full 3D is an extra adaptation to viewpoint diversity.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces a "graphics probe," a sub-network inserted into intermediate layers of a window-based transformer, that decodes the layer's features into depth, albedo, camera viewpoint, and lighting, and then re-renders the input image via a differentiable renderer. The authors train the network and probes jointly with a reconstruction loss and report that low-level layers decode flat depth maps (2D), middle layers decode shallow depth with strong normal variation (2.5D), and high layers decode full 3D geometry. They also report that middle-level probes are view-tuned while high-level probes are part-tuned, and that a single-view training set prevents 3D emergence. The paper interprets these observations as evidence that deep neural networks implement Marr's 2D-2.5D-3D sequence.
Significance. If the central claim is established, the paper would provide a concrete empirical bridge between DNN internal representations and Marr's classical framework, with implications for interpretability, face perception, and the conditions under which 3D representations emerge. The graphics probe is an original and potentially useful tool, and the paper includes several positive features: quantitative depth/normal variance distributions, a controlled single-view training experiment (Section 4.6), and cross-architecture replication (Section 4.7). However, the central claim is not yet supported because of two confounds: the probed levels have different receptive-field sizes, and the probes are trained jointly with the network rather than applied as readouts of a frozen representation. The paper would need additional controls to substantiate the strong Marr-alignment conclusion.
major comments (4)
- [Section 3.1, Section 4.2, Figure 3] The central 2D-2.5D-3D claim is confounded by receptive-field size. The probed stages use window sizes of 1/4, 1/2, and the full image, as stated in Section 3.1 and Table 1 of the supplement. A probe seeing only 1/4 of the image cannot estimate global 3D structure, and a flat depth map plus albedo/texture is the most parsimonious way to reconstruct a local patch. The observed monotonic increase in depth variance with level is therefore exactly what the architecture predicts, independent of whether the layer itself stores a 3D representation. To support the claim, the authors should provide a control that applies the same graphics probe to raw pixels at the same three receptive-field sizes, or that probes features at all layers with a fixed full-image receptive field. Without such a control, the low-level '2D' result cannot be attributed to the representation rather than to limited context.
- [Section 4.1, Eq. (5), Section 4.6] The network and the graphics probes are trained jointly with the reconstruction loss in Eq. (5). The decoded depth, albedo, and viewpoint are optimized parameters of the same learning process, not independent readouts of a pre-existing representation. The observation that high-level layers 'build 3D' may reflect the probe's role in explaining viewpoint variation, and Section 4.6 itself shows that 3D depth emerges only when training data contain pose variation. This makes the finding task-dependent rather than a general property of DNNs. The authors should probe a pretrained, fixed network (for example, a face-recognition backbone) or train a linear probe on frozen features, and compare against the joint-training result.
- [Section 4.6, Figure 8] The 3D threshold of 15x10^-3 in Figure 8 is introduced post hoc and without justification or sensitivity analysis. The claim that the single-view model 'does not reach the threshold necessary for 3D geometry' is not quantitative evidence unless the threshold is derived independently from the data or from a principled criterion. The authors should report the full distributions of depth variance for both models, include a statistical comparison, and either justify the threshold or replace it with a continuous measure that does not rely on a hand-set cutoff.
- [Section 4.7, Table 1, Supplementary Section 3] The cross-architecture results in Table 1 are not accompanied by error bars or significance tests, and the low-level VGG16 and ResNet18 depth variances (0.21 and 0.26 x10^-3) are nonzero. The supplementary text acknowledges these maps are 'not entirely flat' and reclassifies them as 2D because they lack semantic structure. This reclassification makes the 2D/2.5D/3D taxonomy difficult to falsify. The authors should formalize the criteria for each stage and apply them consistently, or report the classification as a categorical judgment rather than a quantitative finding.
minor comments (5)
- [Abstract and Conclusion] The abstract contains the typo 's sur normals' and the conclusion contains 'phenomenons'; both should be corrected.
- [Eq. (3)] In Eq. (3), the concatenation list repeats 'theta_v_k' twice; the second entry should be 'theta_l_k'. Also, 'theta_b_k' is used for the albedo component but the symbol 'b' is not defined.
- [Section 4.2 vs. Section 3.1] Section 4.2 states that lower layers with 1/8 image receptive fields were investigated, while Section 3.1 and the supplementary Table 1 state that the bottom stage is not probed. Please clarify which stages were actually probed.
- [Figure 4] Figure 4 shows distributions and mean variations without confidence intervals or sample sizes; adding error bars or box plots would strengthen the quantitative comparison.
- [Eq. (2)] The hardmax operation in Eq. (2) is not defined; please specify whether it is a one-hot argmax over each row and discuss its effect on gradient flow.
Circularity Check
The 2D→2.5D→3D progression is read off the graphics probe's fitted depth maps, whose receptive field grows in parallel with the claimed stages; the central claim reduces to the probe's architecture and reconstruction objective.
-
self definitional
[Section 3.2 (Eqs. 3–5) and Section 4.2, Figure 3]
"The probing and reconstruction process is carried out at three levels: low, middle, and high, with the receptive fields corresponding to 1/4×, 1/2×, and 1× of the image size. ... At the low level with a receptive field of 1/4× image size, we observe that the depth map resembles a 2D plane."
The depth map D is not an independent measurement of the network's internal geometry; it is a free parameter of the graphics probe, optimized by Eq. 5 to reconstruct the input image. Because the low-level probe token attends only within a 1/4-image window, it lacks the global context needed to infer depth, so a flat depth map plus albedo is the natural solution of the same reconstruction objective. The paper then labels this fitted flatness a '2D representation' and, as the receptive field grows to 1/2 and full image, observes '2.5D' and '3D' depth. The claimed Marr-like progression is therefore built into the probe's increasing receptive field; no control with the same probe on raw pixels or on a network with full-image receptive fields at all layers is provided.
-
fitted input called prediction
[Section 4.3, Figure 4, and Section 4.6, Figure 8]
"We calculate the variations of the depth values and the x,y,z of the normal vectors for each sample and then calculate the distribution of these variations within the test dataset. ... In summary, 2D representations exhibit low variances in both depth and normal, 2.5D representations show low depth variance but high normal variance, and 3D representations demonstrate high variance in both depth and normal. ... The threshold necessary for 3D geometry is set at 15×10−3."
The depth and normal variances reported in Figure 4 are statistics of the probe outputs that were fitted by the same reconstruction loss used to train the network. The paper's taxonomy (2D = low depth and low normal variance; 2.5D = low depth and high normal variance; 3D = high depth and high normal variance) is imposed on these fitted numbers rather than derived from an independent ground truth about the network's representation. The 3D threshold of 15×10−3 in Figure 8 is set after the fact without prior justification, so the 'emergence of 3D' conclusion is a restatement of the fitted depth variance relative to a chosen cutoff, not an independent prediction.
full rationale
The paper does not rely on a load-bearing self-citation chain or an imported uniqueness theorem; the cited IGC-Net work by the same authors appears only as related work. The central problem is that the central claim—DNNs build 2D, then 2.5D, then 3D representations—is read directly from the depth maps produced by the graphics probe, and those depth maps are free variables fitted by the reconstruction objective (Eq. 5). The probe's receptive field is co-designed with the claimed stages (1/4, 1/2, full image), which makes flat-to-deep depth progression a predictable consequence of the probe architecture rather than an independent discovery about the network. The paper provides no raw-pixel or full-receptive-field control, and the depth-variance classification uses post hoc thresholds. The cross-architecture results use the same probe methodology, so they do not break the circularity. These issues are substantial, but the paper is transparent about its training objective and does not invoke authority or self-citation to force the conclusion, so the circularity is partial rather than total.
Assumptions & free parameters
free parameters (3)
- 3D geometry threshold =
15e-3
- Number of graphics probes (templates) per level =
16 at low, 4 at middle, 6 at high
- Probe insertion layers =
3rd, 5th, 11th
assumptions (3)
- domain assumption The 2D/2.5D/3D categorization operationalized by depth and normal variances is a valid test of Marr's theory.
- domain assumption Probe tokens can read out the information encoded in a layer via self-attention.
- domain assumption Training the network with an image reconstruction loss is a valid way to study face perception representations.
invented entities (1)
-
Graphics probe
Cite this review
Pith. "Pith review of Revisiting Marr in Face: The Building of 2D--2.5D--3D Representations in Deep Neural Networks." pith.science (2026). https://pith.science/paper/NG5YZ54N
@misc{pith2026241116148,
author = {Pith},
title = {Pith review of: Revisiting Marr in Face: The Building of 2D--2.5D--3D Representations in Deep Neural Networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/NG5YZ54N}},
note = {Machine review of arXiv:2411.16148}
}
read the original abstract
David Marr's seminal theory of vision proposes that the human visual system operates through a sequence of three stages, known as the 2D sketch, the 2.5D sketch, and the 3D model. In recent years, Deep Neural Networks (DNN) have been widely thought to have reached a level comparable to human vision. However, the mechanisms by which DNNs accomplish this and whether they adhere to Marr's 2D--2.5D--3D construction theory remain unexplored. In this paper, we delve into the perception task to explore these questions and find evidence supporting Marr's theory. We introduce a graphics probe, a sub-network crafted to reconstruct the original image from the network's intermediate layers. The key to the graphics probe is its flexible architecture that supports image in both 2D and 3D formats, as well as in a transitional state between them. By injecting graphics probes into neural networks, and analyzing their behavior in reconstructing images, we find that DNNs initially encode images as 2D representations in low-level layers, and finally construct 3D representations in high-level layers. Intriguingly, in mid-level layers, DNNs exhibit a hybrid state, building a geometric representation that s sur normals within a narrow depth range, akin to the appearance of a low-relief sculpture. This stage resembles the 2.5D representations, providing a view of how DNNs evolve from 2D to 3D in the perception process. The graphics probe therefore serves as a tool for peering into the mechanisms of DNN, providing empirical support for Marr's theory.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
D. Marr and H. K. Nishihara, ``Representation and recognition of the spatial organization of three-dimensional shapes,'' Proceedings of the Royal Society of London. Series B. Biological Sciences, vol. 200, no. 1140, pp. 269--294, 1978
work page 1978
-
[3]
N. K. Logothetis, J. Pauls, and T. Poggio, ``Shape representation in the inferior temporal cortex of monkeys,'' Current biology, vol. 5, no. 5, pp. 552--563, 1995
work page 1995
-
[4]
T. Poggio and E. Bizzi, ``Generalization in vision and motor control,'' Nature, vol. 431, no. 7010, pp. 768--774, 2004
work page 2004
-
[5]
V. A. Diwadkar and T. P. McNamara, ``Viewpoint dependence in scene recognition,'' Psychological science, vol. 8, no. 4, pp. 302--307, 1997
work page 1997
-
[6]
D. L. Yamins and J. J. DiCarlo, ``Using goal-driven deep learning models to understand sensory cortex,'' Nature neuroscience, vol. 19, no. 3, pp. 356--365, 2016
work page 2016
- [7]
-
[8]
I. Yildirim, M. Belledonne, W. Freiwald, and J. Tenenbaum, ``Efficient inverse graphics in biological face processing,'' Science advances, vol. 6, no. 10, p. eaax5979, 2020
work page 2020
Show all 43 references
-
[9]
Tacchetti, L
A. Tacchetti, L. Isik, and T. A. Poggio, ``Invariant recognition shapes neural representations of visual input,'' Annual review of vision science, vol. 4, pp. 403--422, 2018
2018
-
[10]
Kazhdan, T
M. Kazhdan, T. Funkhouser, and S. Rusinkiewicz, ``Rotation invariant spherical harmonic representation of 3 d shape descriptors,'' in Symposium on geometry processing, vol. 6, 2003, pp. 156--164
2003
-
[11]
Liebelt, C
J. Liebelt, C. Schmid, and K. Schertler, ``independent object class detection using 3d feature maps,'' in 2008 IEEE Conference on Computer Vision and Pattern Recognition. 1em plus 0.5em minus 0.4em IEEE, 2008, pp. 1--8
2008
-
[12]
S. Liu, V. Nguyen, I. Rehg, and Z. Tu, ``Recognizing objects from any view with object and viewer-centered representations,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020, pp. 11\,784--11\,793
2020
-
[13]
A. J. Calder, Oxford handbook of face perception. 1em plus 0.5em minus 0.4em Oxford University Press, USA, 2011
2011
-
[14]
Logothetis, J
N. Logothetis, J. Pauls, H. B \"u lthoff, and T. Poggio, ``View-dependent object recognition by monkeys,'' Current biology, vol. 4, no. 5, pp. 401--414, 1994
1994
-
[15]
I. Masi, Y. Wu, T. Hassner, and P. Natarajan, ``Deep face recognition: A survey,'' in 2018 31st SIBGRAPI conference on graphics, patterns and images (SIBGRAPI). 1em plus 0.5em minus 0.4em IEEE, 2018, pp. 471--478
2018
-
[16]
Wu and Q
Y. Wu and Q. Ji, ``Facial landmark detection: A literature survey,'' International Journal of Computer Vision, vol. 127, pp. 115--142, 2019
2019
-
[17]
Li and W
S. Li and W. Deng, ``Deep facial expression recognition: A survey,'' IEEE transactions on affective computing, vol. 13, no. 3, pp. 1195--1215, 2020
2020
-
[18]
M. Q. Hill, C. J. Parde, C. D. Castillo, Y. I. Colon, R. Ranjan, J.-C. Chen, V. Blanz, and A. J. Ooole, ``Deep convolutional neural networks in the face of caricature,'' Nature Machine Intelligence, vol. 1, no. 11, pp. 522--529, 2019
2019
-
[19]
A. J. Ooole, C. D. Castillo, C. J. Parde, M. Q. Hill, and R. Chellappa, ``Face space representations in deep convolutional neural networks,'' Trends in cognitive sciences, vol. 22, no. 9, pp. 794--809, 2018
2018
-
[20]
C. J. Parde, C. Castillo, M. Q. Hill, Y. I. Colon, S. Sankaranarayanan, J.-C. Chen, and A. J. Ooole, ``Face and image representation in deep cnn features,'' in 2017 12th IEEE International Conference on Automatic Face & Gesture Recognition (FG 2017). 1em plus 0.5em minus 0.4em...
2017
-
[21]
Vaswani, N
A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, . Kaiser, and I. Polosukhin, ``Attention is all you need,'' Advances in neural information processing systems, vol. 30, 2017
2017
-
[22]
B. Kim, M. Wattenberg, J. Gilmer, C. Cai, J. Wexler, F. Viegas et al., ``Interpretability beyond feature attribution: Quantitative testing with concept activation vectors (tcav),'' in International conference on machine learning. 1em plus 0.5em minus 0.4em PMLR, 2018, pp. 2668--2677
2018
-
[23]
Alain and Y
G. Alain and Y. Bengio, ``Understanding intermediate layers using linear classifier probes,'' in International Conference on Learning Representations, 2017, pp. 1542--1553
2017
-
[24]
Zhong, J
Y. Zhong, J. Sullivan, and H. Li, ``Face attribute prediction using off-the-shelf cnn features,'' in 2016 International Conference on Biometrics (ICB). 1em plus 0.5em minus 0.4em IEEE, 2016, pp. 1--7
2016
-
[25]
o rst, D. F \
P. Terh \"o rst, D. F \"a hrmann, N. Damer, F. Kirchbuchner, and A. Kuijper, ``On soft-biometric information stored in biometric face embeddings,'' IEEE Transactions on Biometrics, Behavior, and Identity Science, vol. 3, no. 4, pp. 519--534, 2021
2021
-
[26]
P. Dhar, A. Bansal, C. D. Castillo, J. Gleason, P. J. Phillips, and R. Chellappa, ``How are attributes expressed in face dcnns?'' in 2020 15th IEEE International Conference on Automatic Face and Gesture Recognition (FG 2020). 1em plus 0.5em minus 0.4em IEEE, 2020, pp. 85--92
2020
-
[27]
C. Yu, X. Zhu, X. Zhang, Z. Zhang, and Z. Lei, ``Graphics capsule: learning hierarchical 3d face representations from 2d images,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023, pp. 20\,981--20\,990
2023
-
[28]
Fong and A
R. Fong and A. Vedaldi, ``Net2vec: Quantifying and explaining how concepts are encoded by filters in deep neural networks,'' in Proceedings of the IEEE conference on computer vision and pattern recognition, 2018, pp. 8730--8738
2018
-
[29]
Grossman, G
S. Grossman, G. Gaziv, E. Yeagle, M. Harel, P. Mégevand, D. M. Groppe, S. Khuvis, J. Herrero, M. Irani, A. Mehta, and R. Malach, ``Convergent evolution of face spaces across human face-selective neuronal groups and deep convolutional networks,'' Nature Communications, vol. 10, 2019
2019
-
[30]
J. Wu, Y. Wang, T. Xue, X. Sun, B. Freeman, and J. Tenenbaum, ``Marrnet: 3d shape reconstruction via 2.5 d sketches,'' Advances in neural information processing systems, vol. 30, 2017
2017
-
[31]
X. Sun, J. Wu, X. Zhang, Z. Zhang, C. Zhang, T. Xue, J. B. Tenenbaum, and W. T. Freeman, ``Pix3d: Dataset and methods for single-image 3d shape modeling,'' in Proceedings of the IEEE conference on computer vision and pattern recognition, 2018, pp. 2974--2983
2018
-
[32]
Z. Lun, M. Gadelha, E. Kalogerakis, S. Maji, and R. Wang, ``3d shape reconstruction from sketches via multi-view convolutional networks,'' in 2017 International Conference on 3D Vision (3DV). 1em plus 0.5em minus 0.4em IEEE, 2017, pp. 67--77
2017
-
[33]
J. Wu, C. Zhang, X. Zhang, Z. Zhang, W. T. Freeman, and J. B. Tenenbaum, ``Learning shape priors for single-view 3d completion and reconstruction,'' in Proceedings of the European conference on computer vision (ECCV), 2018, pp. 646--662
2018
-
[34]
Zhang, Z
X. Zhang, Z. Zhang, C. Zhang, J. Tenenbaum, B. Freeman, and J. Wu, ``Learning to reconstruct shapes from unseen classes,'' Advances in neural information processing systems, vol. 31, 2018
2018
-
[35]
Yu and P
T. Yu and P. Li, ``Degenerate swin to win: Plain window-based transformer without sophisticated operations,'' arXiv preprint arXiv:2211.14255, 2022
2022 arXiv
-
[36]
Z. Liu, Y. Lin, Y. Cao, H. Hu, Y. Wei, Z. Zhang, S. Lin, and B. Guo, ``Swin transformer: Hierarchical vision transformer using shifted windows,'' in Proceedings of the IEEE/CVF international conference on computer vision, 2021, pp. 10\,012--10\,022
2021
-
[37]
Dosovitskiy, L
A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthiner, M. Dehghani, M. Minderer, G. Heigold, S. Gelly, J. Uszkoreit, and N. Houlsby, ``An image is worth 16x16 words: Transformers for image recognition at scale,'' in International Conference on Learni...
2021
-
[38]
H. Kato, Y. Ushiku, and T. Harada, ``Neural 3d mesh renderer,'' in Proceedings of the IEEE conference on computer vision and pattern recognition, 2018, pp. 3907--3916
2018
-
[39]
S. Wu, C. Rupprecht, and A. Vedaldi, ``Unsupervised learning of probably symmetric deformable 3d objects from images in the wild,'' in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020, pp. 1--10
2020
-
[40]
Z. Liu, P. Luo, X. Wang, and X. Tang, ``Deep learning face attributes in the wild,'' in Proceedings of the IEEE international conference on computer vision, 2015, pp. 3730--3738
2015
-
[41]
Zhang, L
X. Zhang, L. Yin, J. F. Cohn, S. Canavan, M. Reale, A. Horowitz, P. Liu, and J. M. Girard, ``Bp4d-spontaneous: a high-resolution spontaneous 3d dynamic facial expression database,'' Image and Vision Computing, vol. 32, no. 10, pp. 692--706, 2014
2014
-
[42]
Simonyan and A
K. Simonyan and A. Zisserman, ``Very deep convolutional networks for large-scale image recognition,'' in International Conference on Learning Representations, 2015, pp. 1--14
2015
-
[43]
K. He, X. Zhang, S. Ren, and J. Sun, ``Deep residual learning for image recognition,'' in Proceedings of the IEEE conference on computer vision and pattern recognition, 2016, pp. 770--778
2016
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.