手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| Neural Radiance Fields (NeRF)× | DETR (Detection Transformer)× | |
|---|---|---|
| 分野 | 深層学習 | 深層学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年 | 2020 | 2020 |
| 提唱者≠ | Ben Mildenhall | Nicolas Carion |
| 種類 | Neural network architecture | Neural network architecture |
| 原典≠ | Mildenhall, B., Srinivasan, P. P., Tancik, M., Barron, J. T., Ramamoorthi, R., & Ng, R. (2020). NeRF: Representing scenes as neural radiance fields for view synthesis. In Computer Vision-ECCV 2020: 16th European Conference (pp. 405-421). Springer International Publishing. DOI ↗ | Carion, N., Massa, F., Synnaeve, G., Usunier, N., Kirillov, A., & Zagoruyko, S. (2020). End-to-end object detection with transformers. In European Conference on Computer Vision (pp. 213-229). Springer, Cham. DOI ↗ |
| 別名 | NeRF, Neural radiance field | Detection Transformer, DETR |
| 関連 | 4 | 4 |
| 概要≠ | Neural Radiance Fields (NeRF) is a method introduced by Mildenhall et al. in 2020 that represents a 3D scene as a continuous function parameterized by a neural network. Given multi-view images of a scene, NeRF learns to predict the color and density of light rays at any spatial location and viewing angle, enabling novel view synthesis with photorealistic quality. | DETR (Detection Transformer) is an end-to-end framework for object detection introduced by Carion et al. in 2020 that reformulates detection as a direct set prediction problem using transformers. Unlike traditional approaches that use hand-crafted post-processing like non-maximum suppression, DETR treats object detection as a sequence-to-sequence problem where the transformer predicts all objects at once. |
| ScholarGateデータセット ↗ |
|
|