Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–10 of 10 results for author: Rho, D

Searching in archive cs. Search in all archives.
.
  1. arXiv:2405.17083  [pdf, other

    cs.CV

    F-3DGS: Factorized Coordinates and Representations for 3D Gaussian Splatting

    Authors: Xiangyu Sun, Joo Chan Lee, Daniel Rho, Jong Hwan Ko, Usman Ali, Eunbyung Park

    Abstract: The neural radiance field (NeRF) has made significant strides in representing 3D scenes and synthesizing novel views. Despite its advancements, the high computational costs of NeRF have posed challenges for its deployment in resource-constrained environments and real-time applications. As an alternative to NeRF-like neural rendering methods, 3D Gaussian Splatting (3DGS) offers rapid rendering spee… ▽ More

    Submitted 28 May, 2024; v1 submitted 27 May, 2024; originally announced May 2024.

    Comments: Our project page including code is available at https://xiangyu1sun.github.io/Factorize-3DGS/

  2. arXiv:2402.14196  [pdf, other

    cs.CV cs.GR

    Mip-Grid: Anti-aliased Grid Representations for Neural Radiance Fields

    Authors: Seungtae Nam, Daniel Rho, Jong Hwan Ko, Eunbyung Park

    Abstract: Despite the remarkable achievements of neural radiance fields (NeRF) in representing 3D scenes and generating novel view images, the aliasing issue, rendering "jaggies" or "blurry" images at varying camera distances, remains unresolved in most existing approaches. The recently proposed mip-NeRF has addressed this challenge by rendering conical frustums instead of rays. However, it relies on MLP ar… ▽ More

    Submitted 21 February, 2024; originally announced February 2024.

    Comments: Accepted to NeurIPS 2023

  3. arXiv:2311.14993  [pdf, other

    cs.CV

    Coordinate-Aware Modulation for Neural Fields

    Authors: Joo Chan Lee, Daniel Rho, Seungtae Nam, Jong Hwan Ko, Eunbyung Park

    Abstract: Neural fields, mapping low-dimensional input coordinates to corresponding signals, have shown promising results in representing various signals. Numerous methodologies have been proposed, and techniques employing MLPs and grid representations have achieved substantial success. MLPs allow compact and high expressibility, yet often suffer from spectral bias and slow convergence speed. On the other h… ▽ More

    Submitted 25 November, 2023; originally announced November 2023.

    Comments: Project page: http://maincold2.github.io/cam/

  4. arXiv:2311.13681  [pdf, other

    cs.CV cs.GR

    Compact 3D Gaussian Representation for Radiance Field

    Authors: Joo Chan Lee, Daniel Rho, Xiangyu Sun, Jong Hwan Ko, Eunbyung Park

    Abstract: Neural Radiance Fields (NeRFs) have demonstrated remarkable potential in capturing complex 3D scenes with high fidelity. However, one persistent challenge that hinders the widespread adoption of NeRFs is the computational bottleneck due to the volumetric rendering. On the other hand, 3D Gaussian splatting (3DGS) has recently emerged as an alternative representation that leverages a 3D Gaussisan-ba… ▽ More

    Submitted 15 February, 2024; v1 submitted 22 November, 2023; originally announced November 2023.

    Comments: Project page: http://maincold2.github.io/c3dgs/

  5. arXiv:2306.11526  [pdf, other

    cs.LG

    Understanding Contrastive Learning Through the Lens of Margins

    Authors: Daniel Rho, TaeSoo Kim, Sooill Park, Jaehyun Park, JaeHan Park

    Abstract: Contrastive learning, along with its variations, has been a highly effective self-supervised learning method across diverse domains. Contrastive learning measures the distance between representations using cosine similarity and uses cross-entropy for representation learning. Within the same framework of cosine-similarity-based representation learning, margins have played a significant role in enha… ▽ More

    Submitted 10 October, 2023; v1 submitted 20 June, 2023; originally announced June 2023.

  6. FFNeRV: Flow-Guided Frame-Wise Neural Representations for Videos

    Authors: Joo Chan Lee, Daniel Rho, Jong Hwan Ko, Eunbyung Park

    Abstract: Neural fields, also known as coordinate-based or implicit neural representations, have shown a remarkable capability of representing, generating, and manipulating various forms of signals. For video representations, however, mapping pixel-wise coordinates to RGB colors has shown relatively low compression performance and slow convergence and inference speed. Frame-wise video representation, which… ▽ More

    Submitted 6 August, 2023; v1 submitted 23 December, 2022; originally announced December 2022.

    Comments: Our project page including code is available at https://maincold2.github.io/ffnerv/

  7. arXiv:2212.09069  [pdf, other

    cs.CV cs.GR

    Masked Wavelet Representation for Compact Neural Radiance Fields

    Authors: Daniel Rho, Byeonghyeon Lee, Seungtae Nam, Joo Chan Lee, Jong Hwan Ko, Eunbyung Park

    Abstract: Neural radiance fields (NeRF) have demonstrated the potential of coordinate-based neural representation (neural fields or implicit neural representation) in neural rendering. However, using a multi-layer perceptron (MLP) to represent a 3D scene or object requires enormous computational resources and time. There have been recent studies on how to reduce these computational inefficiencies by using a… ▽ More

    Submitted 21 March, 2023; v1 submitted 18 December, 2022; originally announced December 2022.

    Comments: Accepted to CVPR 2023

  8. arXiv:2207.09663  [pdf, other

    cs.CV

    Streamable Neural Fields

    Authors: Junwoo Cho, Seungtae Nam, Daniel Rho, Jong Hwan Ko, Eunbyung Park

    Abstract: Neural fields have emerged as a new data representation paradigm and have shown remarkable success in various signal representations. Since they preserve signals in their network parameters, the data transfer by sending and receiving the entire model parameters prevents this emerging technology from being used in many practical scenarios. We propose streamable neural fields, a single model that co… ▽ More

    Submitted 20 July, 2022; originally announced July 2022.

    Comments: To appear in ECCV 2022

  9. NAS-VAD: Neural Architecture Search for Voice Activity Detection

    Authors: Daniel Rho, Jinhyeok Park, Jong Hwan Ko

    Abstract: Various neural network-based approaches have been proposed for more robust and accurate voice activity detection (VAD). Manual design of such neural architectures is an error-prone and time-consuming process, which prompted the development of neural architecture search (NAS) that automatically design and optimize network architectures. While NAS has been successfully applied to improve performance… ▽ More

    Submitted 29 March, 2022; v1 submitted 22 January, 2022; originally announced January 2022.

    Comments: Submitted to Interspeech 2022

  10. arXiv:2201.04329  [pdf, other

    cs.CV

    Neural Residual Flow Fields for Efficient Video Representations

    Authors: Daniel Rho, Junwoo Cho, Jong Hwan Ko, Eunbyung Park

    Abstract: Neural fields have emerged as a powerful paradigm for representing various signals, including videos. However, research on improving the parameter efficiency of neural fields is still in its early stages. Even though neural fields that map coordinates to colors can be used to encode video signals, this scheme does not exploit the spatial and temporal redundancy of video signals. Inspired by standa… ▽ More

    Submitted 5 October, 2022; v1 submitted 12 January, 2022; originally announced January 2022.

    Comments: Accepted for ACCV 2022, codes are available at https://github.com/daniel03c1/eff_video_representation