SearcharxivSearch

arXiv subjects

Yuji Yamauchi

Publications and source records attributed to Yuji Yamauchi.

4 recordsLinked to original sources

Wavefront Reconstruction for Fractional Lateral Shear Measurements using Weighted Integer Shear Averages

Wavefront reconstruction in lateral shearing interferometry typically assumes that the shear amount is an integer multiple of the sampling interval. When the shear is fractional, approximating it with the nearest integer value leads to noticeable reconstruction errors. To address this, we propose a weighted integer shear averaging method. The approach combines reconstructions from nearby integer shears with carefully chosen weights designed to cancel the dominant error terms. Analytical error analysis shows that two-shear averaging removes first-order errors, while three-shear averaging removes second-order errors. Numerical simulations with a test wavefront confirm that the method achieves significantly lower RMS error than conventional single-shear reconstruction. The technique is simple, computationally efficient, and can be readily extended to two-dimensional interferometry. This makes weighted integer shear averaging a practical and accurate tool for wavefront reconstruction when fractional shear is unavoidable.

physics.optics

Wavefront restoration from lateral shearing data using spectral interpolation

Although a lateral-shear interferometer is robust against optical component vibrations, its interferogram provides information about differential wavefronts rather than the wavefronts themselves, resulting in the loss of specific frequency components. Previous studies have addressed this limitation by measuring four interferograms with different shear amounts to accurately restore the two-dimensional wavefront. This study proposes a technique that employs spectral interpolation to reduce the number of required interferograms. The proposed approach introduces an origin-shift technique for accurate spectral interpolation, which in turn is implemented by combining two methods: natural extension and least-squares determination of ambiguities in uniform biases. Numerical simulations confirmed that the proposed method accurately restored a two-dimensional wavefront from just two interferograms, thereby indicating its potential to address the limitations of the lateral-shear interferometer.

physics.optics

Denoising random forests

This paper proposes a novel type of random forests called a denoising random forests that are robust against noises contained in test samples. Such noise-corrupted samples cause serious damage to the estimation performances of random forests, since unexpected child nodes are often selected and the leaf nodes that the input sample reaches are sometimes far from those for a clean sample. Our main idea for tackling this problem originates from a binary indicator vector that encodes a traversal path of a sample in the forest. Our proposed method effectively employs this vector by introducing denoising autoencoders into random forests. A denoising autoencoder can be trained with indicator vectors produced from clean and noisy input samples, and non-leaf nodes where incorrect decisions are made can be identified by comparing the input and output of the trained denoising autoencoder. Multiple traversal paths with respect to the nodes with incorrect decisions caused by the noises can then be considered for the estimation.

cs.CV

Binary-decomposed DCNN for accelerating computation and compressing model without retraining

Recent trends show recognition accuracy increasing even more profoundly. Inference process of Deep Convolutional Neural Networks (DCNN) has a large number of parameters, requires a large amount of computation, and can be very slow. The large number of parameters also require large amounts of memory. This is resulting in increasingly long computation times and large model sizes. To implement mobile and other low performance devices incorporating DCNN, model sizes must be compressed and computation must be accelerated. To that end, this paper proposes Binary-decomposed DCNN, which resolves these issues without the need for retraining. Our method replaces real-valued inner-product computations with binary inner-product computations in existing network models to accelerate computation of inference and decrease model size without the need for retraining. Binary computations can be done at high speed using logical operators such as XOR and AND, together with bit counting. In tests using AlexNet with the ImageNet classification task, speed increased by a factor of 1.79, models were compressed by approximately 80%, and increase in error rate was limited to 1.20%. With VGG-16, speed increased by a factor of 2.07, model sizes decreased by 81%, and error increased by only 2.16%.

cs.CV