Skip to main content

Showing 1–10 of 10 results for author: Tsin, Y

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

    cs.CV

    Affine-based Deformable Attention and Selective Fusion for Semi-dense Matching

    Authors: Hongkai Chen, Zixin Luo, Yurun Tian, Xuyang Bai, Ziyu Wang, Lei Zhou, Mingmin Zhen, Tian Fang, David McKinnon, Yanghai Tsin, Long Quan

    Abstract: Identifying robust and accurate correspondences across images is a fundamental problem in computer vision that enables various downstream tasks. Recent semi-dense matching methods emphasize the effectiveness of fusing relevant cross-view information through Transformer. In this paper, we propose several improvements upon this paradigm. Firstly, we introduce affine-based local attention to model cr… ▽ More

    Submitted 22 May, 2024; originally announced May 2024.

    Comments: Accepted to CVPR2024 Image Matching Workshop

  2. arXiv:2311.15980  [pdf, other

    cs.CV

    Direct2.5: Diverse Text-to-3D Generation via Multi-view 2.5D Diffusion

    Authors: Yuanxun Lu, **gyang Zhang, Shiwei Li, Tian Fang, David McKinnon, Yanghai Tsin, Long Quan, Xun Cao, Yao Yao

    Abstract: Recent advances in generative AI have unveiled significant potential for the creation of 3D content. However, current methods either apply a pre-trained 2D diffusion model with the time-consuming score distillation sampling (SDS), or a direct 3D diffusion model trained on limited 3D data losing generation diversity. In this work, we approach the problem by employing a multi-view 2.5D diffusion fin… ▽ More

    Submitted 21 March, 2024; v1 submitted 27 November, 2023; originally announced November 2023.

    Comments: CVPR 2024 camera ready, including more evaluations and discussions. Project webpage: https://nju-3dv.github.io/projects/direct25

  3. arXiv:2310.06347  [pdf, other

    cs.CV

    JointNet: Extending Text-to-Image Diffusion for Dense Distribution Modeling

    Authors: **gyang Zhang, Shiwei Li, Yuanxun Lu, Tian Fang, David McKinnon, Yanghai Tsin, Long Quan, Yao Yao

    Abstract: We introduce JointNet, a novel neural network architecture for modeling the joint distribution of images and an additional dense modality (e.g., depth maps). JointNet is extended from a pre-trained text-to-image diffusion model, where a copy of the original network is created for the new dense modality branch and is densely connected with the RGB branch. The RGB branch is locked during network fin… ▽ More

    Submitted 10 October, 2023; originally announced October 2023.

  4. arXiv:2309.13827  [pdf, ps, other

    cs.DS

    A simple linear-time algorithm for generating auxiliary 3-edge-connected subgraphs

    Authors: Yung H. Tsin

    Abstract: A linear-time algorithm for generating auxiliary subgraphs for the 3-edge-connected components of a connected multigraph is presented. The algorithm uses an innovative graph contraction operation and makes only one pass over the graph. By contrast, the previously best-known algorithms make multiple passes over the graph to decompose it into its 2-edge-connected components or 2-vertex-connected com… ▽ More

    Submitted 24 September, 2023; originally announced September 2023.

    Comments: 21 pages, 1 figure

  5. arXiv:2306.14103  [pdf, ps, other

    cs.DS

    On finding 2-cuts and 3-edge-connected components in parallel

    Authors: Yung H. Tsin

    Abstract: Given a connected undirected multigraph G (a graph that may contain parallel edges), the algorithm of [19] finds the 3-edge-connected components of $G$ in linear time using an innovative graph contraction technique based on a depth-first search. In [21], it was shown that the algorithm can be extended to produce a Mader construction sequence for each 3-edge-connected component, a cactus representa… ▽ More

    Submitted 24 June, 2023; originally announced June 2023.

    Comments: 14 pages, 2 figures. arXiv admin note: text overlap with arXiv:2002.04727

  6. arXiv:2303.17147  [pdf, other

    cs.CV

    NeILF++: Inter-Reflectable Light Fields for Geometry and Material Estimation

    Authors: **gyang Zhang, Yao Yao, Shiwei Li, **gbo Liu, Tian Fang, David McKinnon, Yanghai Tsin, Long Quan

    Abstract: We present a novel differentiable rendering framework for joint geometry, material, and lighting estimation from multi-view images. In contrast to previous methods which assume a simplified environment map or co-located flashlights, in this work, we formulate the lighting of a static scene as one neural incident light field (NeILF) and one outgoing neural radiance field (NeRF). The key insight of… ▽ More

    Submitted 30 March, 2023; originally announced March 2023.

    Comments: Project page: \url{https://yoyo000.github.io/NeILF_pp}

  7. arXiv:2208.14201  [pdf, other

    cs.CV

    ASpanFormer: Detector-Free Image Matching with Adaptive Span Transformer

    Authors: Hongkai Chen, Zixin Luo, Lei Zhou, Yurun Tian, Mingmin Zhen, Tian Fang, David Mckinnon, Yanghai Tsin, Long Quan

    Abstract: Generating robust and reliable correspondences across images is a fundamental task for a diversity of applications. To capture context at both global and local granularity, we propose ASpanFormer, a Transformer-based detector-free matcher that is built on hierarchical attention structure, adopting a novel attention operation which is capable of adjusting attention span in a self-adaptive manner. T… ▽ More

    Submitted 30 August, 2022; originally announced August 2022.

    Comments: Accepted to ECCV2022, project page at https://aspanformer.github.io/

  8. arXiv:2206.03087  [pdf, other

    cs.CV

    Critical Regularizations for Neural Surface Reconstruction in the Wild

    Authors: **gyang Zhang, Yao Yao, Shiwei Li, Tian Fang, David McKinnon, Yanghai Tsin, Long Quan

    Abstract: Neural implicit functions have recently shown promising results on surface reconstructions from multiple views. However, current methods still suffer from excessive time complexity and poor robustness when reconstructing unbounded or complex scenes. In this paper, we present RegSDF, which shows that proper point cloud supervisions and geometry regularizations are sufficient to produce high-quality… ▽ More

    Submitted 7 June, 2022; originally announced June 2022.

    Comments: CVPR 2022

  9. arXiv:2203.07182  [pdf, other

    cs.CV

    NeILF: Neural Incident Light Field for Physically-based Material Estimation

    Authors: Yao Yao, **gyang Zhang, **gbo Liu, Yihang Qu, Tian Fang, David McKinnon, Yanghai Tsin, Long Quan

    Abstract: We present a differentiable rendering framework for material and lighting estimation from multi-view images and a reconstructed geometry. In the framework, we represent scene lightings as the Neural Incident Light Field (NeILF) and material properties as the surface BRDF modelled by multi-layer perceptrons. Compared with recent approaches that approximate scene lightings as the 2D environment map,… ▽ More

    Submitted 18 March, 2022; v1 submitted 14 March, 2022; originally announced March 2022.

  10. arXiv:2002.04727  [pdf, ps, other

    cs.DS

    A simple certifying algorithm for 3-edge-connectivity

    Authors: Yung H. Tsin

    Abstract: A linear-time certifying algorithm for 3-edge-connectivity is presented. Given an undirected graph G, if G is 3-edge-connected, the algorithm generates a construction sequence as a positive certificate for G. Otherwise, the algorithm decomposes G into its 3-edge-connected components and at the same time generates a construction sequence for each connected component as well as the bridges and a cac… ▽ More

    Submitted 29 January, 2022; v1 submitted 11 February, 2020; originally announced February 2020.

    Comments: Section 3.2 has been rewritten to improve clarity. In Section 3.3, the correctness proof is elaborated. Figures 5 and 8 are shifted to the end as an appendix. Their captions are more detailed