Skip to main content

Showing 1–8 of 8 results for author: Hachisuka, T

.
  1. arXiv:2404.16274  [pdf, other

    cs.GR math.NA physics.flu-dyn

    Velocity-Based Monte Carlo Fluids

    Authors: Ryusuke Sugimoto, Christopher Batty, Toshiya Hachisuka

    Abstract: We present a velocity-based Monte Carlo fluid solver that overcomes the limitations of its existing vorticity-based counterpart. Because the velocity-based formulation is more commonly used in graphics, our Monte Carlo solver can be readily extended with various techniques from the fluid simulation literature. We derive our method by solving the Navier-Stokes equations via operator splitting and d… ▽ More

    Submitted 24 April, 2024; originally announced April 2024.

    Journal ref: ACM SIGGRAPH 2024 Conference Proceedings

  2. arXiv:2305.04403  [pdf, other

    cs.GR math.NA

    A Practical Walk-on-Boundary Method for Boundary Value Problems

    Authors: Ryusuke Sugimoto, Terry Chen, Yiti Jiang, Christopher Batty, Toshiya Hachisuka

    Abstract: We introduce the walk-on-boundary (WoB) method for solving boundary value problems to computer graphics. WoB is a grid-free Monte Carlo solver for certain classes of second order partial differential equations. A similar Monte Carlo solver, the walk-on-spheres (WoS) method, has been recently popularized in computer graphics due to its advantages over traditional spatial discretization-based altern… ▽ More

    Submitted 19 May, 2023; v1 submitted 7 May, 2023; originally announced May 2023.

    Comments: Accepted to ACM SIGGRAPH North America 2023 / Transactions on Graphics. See https://rsugimoto.net/WoBforBVPsProject/ for updates, including the reference implementation

  3. arXiv:2211.07422  [pdf, other

    cs.GR

    Regression-based Monte Carlo Integration

    Authors: Corentin Salaün, Adrien Gruson, Binh-Son Hua, Toshiya Hachisuka, Gurprit Singh

    Abstract: Monte Carlo integration is typically interpreted as an estimator of the expected value using stochastic samples. There exists an alternative interpretation in calculus where Monte Carlo integration can be seen as estimating a \emph{constant} function -- from the stochastic evaluations of the integrand -- that integrates to the original integral. The integral mean value theorem states that this \em… ▽ More

    Submitted 14 November, 2022; originally announced November 2022.

    Comments: 14 pages, 16 figures, ACM Trans. Graph., Vol. 41, No. 4, Article 79. Publication date: July 2022

    Journal ref: ACM Trans. Graph., Vol. 41, No. 4, Article 79. Publication date: July 2022

  4. arXiv:1912.05035  [pdf, other

    cs.CV cs.LG eess.IV

    Deep Adaptive Wavelet Network

    Authors: Maria Ximena Bastidas Rodriguez, Adrien Gruson, Luisa F. Polania, Shin Fujieda, Flavio Prieto Ortiz, Kohei Takayama, Toshiya Hachisuka

    Abstract: Even though convolutional neural networks have become the method of choice in many fields of computer vision, they still lack interpretability and are usually designed manually in a cumbersome trial-and-error process. This paper aims at overcoming those limitations by proposing a deep neural network, which is designed in a systematic fashion and is interpretable, by integrating multiresolution ana… ▽ More

    Submitted 10 December, 2019; originally announced December 2019.

  5. arXiv:1910.00263  [pdf, other

    quant-ph

    Quantum Coin Method for Numerical Integration

    Authors: N. H. Shimada, Toshiya Hachisuka

    Abstract: Monte Carlo integration approximates an integral of a black-box function by taking the average of many evaluations (i.e., samples) of the function (integrand). For $N$ queries of the integrand, Monte Carlo integration achieves the estimation error of $O(1/ \sqrt{N})$. Recently, Johnston introduced quantum supersampling (QSS) into rendering as a numerical integration method that can run on quantum… ▽ More

    Submitted 23 April, 2020; v1 submitted 1 October, 2019; originally announced October 2019.

    Comments: 14 pages, 13 figures

  6. arXiv:1805.08620  [pdf, other

    cs.CV cs.LG

    Wavelet Convolutional Neural Networks

    Authors: Shin Fujieda, Kohei Takayama, Toshiya Hachisuka

    Abstract: Spatial and spectral approaches are two major approaches for image processing tasks such as image classification and object recognition. Among many such algorithms, convolutional neural networks (CNNs) have recently achieved significant performance improvement in many challenging tasks. Since CNNs process images directly in the spatial domain, they are essentially spatial approaches. Given that sp… ▽ More

    Submitted 20 May, 2018; originally announced May 2018.

    Comments: 10 pages, 7 figures, 5 tables. arXiv admin note: substantial text overlap with arXiv:1707.07394

  7. arXiv:1707.07394  [pdf, other

    cs.CV cs.LG

    Wavelet Convolutional Neural Networks for Texture Classification

    Authors: Shin Fujieda, Kohei Takayama, Toshiya Hachisuka

    Abstract: Texture classification is an important and challenging problem in many image processing applications. While convolutional neural networks (CNNs) achieved significant successes for image classification, texture classification remains a difficult problem since textures usually do not contain enough information regarding the shape of object. In image processing, texture classification has been tradit… ▽ More

    Submitted 23 July, 2017; originally announced July 2017.

    Comments: 9 pages, 7 figures, 2 tables

  8. arXiv:1505.06022  [pdf, other

    cs.GR

    Implementing a Photorealistic Rendering System using GLSL

    Authors: Toshiya Hachisuka

    Abstract: Ray tracing on GPUs is becoming quite common these days. There are many publicly available documents on how to implement basic ray tracing on GPUs for spheres and implicit surfaces. We even have some general frameworks for ray tracing on GPUs. We however hardly find details on how to implement more complex ray tracing algorithms themselves that are commonly used for photorealistic rendering. This… ▽ More

    Submitted 22 May, 2015; originally announced May 2015.