Source author record

Masahiro Nomura

Masahiro Nomura appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

18works
14topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

18 published item(s)

preprint2026arXiv

CatCMA with Margin for Single- and Multi-Objective Mixed-Variable Black-Box Optimization

This study focuses on mixed-variable black-box optimization (MV-BBO), addressing continuous, integer, and categorical variables. Many real-world MV-BBO problems involve dependencies among these different types of variables, requiring efficient methods to optimize them simultaneously. Recently, stochastic optimization methods leveraging the mechanism of the covariance matrix adaptation evolution strategy have shown promising results in mixed-integer or mixed-category optimization. However, such methods cannot handle the three types of variables simultaneously. In this study, we propose CatCMA with Margin (CatCMAwM), a stochastic optimization method for MV-BBO that jointly optimizes continuous, integer, and categorical variables. CatCMAwM is developed by incorporating novel integer handling into CatCMA, a mixed-category black-box optimization method employing a joint distribution of multivariate Gaussian and categorical distributions. The proposed integer handling is carefully designed by reviewing existing integer handling and following the design principles of CatCMA. Furthermore, we extend CatCMAwM to multi-objective MV-BBO by instantiating it within the Sofomore framework, obtaining a multi-objective optimizer termed COMO-CatCMA with Margin (COMO-CatCMAwM). Numerical experiments on single-objective MV-BBO problems show that CatCMAwM effectively handles the three types of variables, outperforming state-of-the-art Bayesian optimization methods and baselines that simply incorporate existing integer handlings into CatCMA. Moreover, on bi-objective MV-BBO benchmarks, COMO-CatCMAwM achieves competitive or superior hypervolume compared to representative baselines.

preprint2023arXiv

CMA-ES with Margin: Lower-Bounding Marginal Probability for Mixed-Integer Black-Box Optimization

This study targets the mixed-integer black-box optimization (MI-BBO) problem where continuous and integer variables should be optimized simultaneously. The CMA-ES, our focus in this study, is a population-based stochastic search method that samples solution candidates from a multivariate Gaussian distribution (MGD), which shows excellent performance in continuous BBO. The parameters of MGD, mean and (co)variance, are updated based on the evaluation value of candidate solutions in the CMA-ES. If the CMA-ES is applied to the MI-BBO with straightforward discretization, however, the variance corresponding to the integer variables becomes much smaller than the granularity of the discretization before reaching the optimal solution, which leads to the stagnation of the optimization. In particular, when binary variables are included in the problem, this stagnation more likely occurs because the granularity of the discretization becomes wider, and the existing modification to the CMA-ES does not address this stagnation. To overcome these limitations, we propose a simple modification of the CMA-ES based on lower-bounding the marginal probabilities associated with the generation of integer variables in the MGD. The numerical experiments on the MI-BBO benchmark problems demonstrate the efficiency and robustness of the proposed method.

preprint2023arXiv

Polaritonic Waveguide Emits Super-Planckian Thermal Radiation

Classical Planck's theory of thermal radiation predicts an upper limit of the heat transfer between two bodies separated by a distance longer than the dominant radiation wavelength (far-field regime). This limit can be overcome when the dimensions of the absorbent bodies are smaller than the dominant wavelength due to hybrid electromagnetic waves, known as surface phonon-polaritons (SPhPs). Here, we experimentally demonstrate that the far-field radiative heat transfer between two non-absorbent bodies can also overcome Planck's limit, by coating them with an absorbent material to form a polaritonic waveguide. This super-Planckian far-field thermal radiation is confirmed by measuring the radiative thermal conductance between two silicon plates coated with silicon dioxide nanolayers. The observed conductance is twice higher than Planck's limit and agrees with the predictions of our model for the SPhP waveguide modes. Our findings could be applied to thermal management in microelectronics and silicon photonics.

preprint2022arXiv

Fast Moving Natural Evolution Strategy for High-Dimensional Problems

In this work, we propose a new variant of natural evolution strategies (NES) for high-dimensional black-box optimization problems. The proposed method, CR-FM-NES, extends a recently proposed state-of-the-art NES, Fast Moving Natural Evolution Strategy (FM-NES), in order to be applicable in high-dimensional problems. CR-FM-NES builds on an idea using a restricted representation of a covariance matrix instead of using a full covariance matrix, while inheriting an efficiency of FM-NES. The restricted representation of the covariance matrix enables CR-FM-NES to update parameters of a multivariate normal distribution in linear time and space complexity, which can be applied to high-dimensional problems. Our experimental results reveal that CR-FM-NES does not lose the efficiency of FM-NES, and on the contrary, CR-FM-NES has achieved significant speedup compared to FM-NES on some benchmark problems. Furthermore, our numerical experiments using 200, 600, and 1000-dimensional benchmark problems demonstrate that CR-FM-NES is effective over scalable baseline methods, VD-CMA and Sep-CMA.

preprint2022arXiv

Optimal Best Arm Identification in Two-Armed Bandits with a Fixed Budget under a Small Gap

We consider fixed-budget best-arm identification in two-armed Gaussian bandit problems. One of the longstanding open questions is the existence of an optimal strategy under which the probability of misidentification matches a lower bound. We show that a strategy following the Neyman allocation rule (Neyman, 1934) is asymptotically optimal when the gap between the expected rewards is small. First, we review a lower bound derived by Kaufmann et al. (2016). Then, we propose the "Neyman Allocation (NA)-Augmented Inverse Probability weighting (AIPW)" strategy, which consists of the sampling rule using the Neyman allocation with an estimated standard deviation and the recommendation rule using an AIPW estimator. Our proposed strategy is optimal because the upper bound matches the lower bound when the budget goes to infinity and the gap goes to zero.

preprint2022arXiv

Towards a Principled Learning Rate Adaptation for Natural Evolution Strategies

Natural Evolution Strategies (NES) is a promising framework for black-box continuous optimization problems. NES optimizes the parameters of a probability distribution based on the estimated natural gradient, and one of the key parameters affecting the performance is the learning rate. We argue that from the viewpoint of the natural gradient method, the learning rate should be determined according to the estimation accuracy of the natural gradient. To do so, we propose a new learning rate adaptation mechanism for NES. The proposed mechanism makes it possible to set a high learning rate for problems that are relatively easy to optimize, which results in speeding up the search. On the other hand, in problems that are difficult to optimize (e.g., multimodal functions), the proposed mechanism makes it possible to set a conservative learning rate when the estimation accuracy of the natural gradient seems to be low, which results in the robust and stable search. The experimental evaluations on unimodal and multimodal functions demonstrate that the proposed mechanism works properly depending on a search situation and is effective over the existing method, i.e., using the fixed learning rate.

preprint2022arXiv

Towards Resolving Propensity Contradiction in Offline Recommender Learning

We study offline recommender learning from explicit rating feedback in the presence of selection bias. A current promising solution for the bias is the inverse propensity score (IPS) estimation. However, the performance of existing propensity-based methods can suffer significantly from the propensity estimation bias. In fact, most of the previous IPS-based methods require some amount of missing-completely-at-random (MCAR) data to accurately estimate the propensity. This leads to a critical self-contradiction; IPS is ineffective without MCAR data, even though it originally aims to learn recommenders from only missing-not-at-random feedback. To resolve this propensity contradiction, we derive a propensity-independent generalization error bound and propose a novel algorithm to minimize the theoretical bound via adversarial learning. Our theory and algorithm do not require a propensity estimation procedure, thereby leading to a well-performing rating predictor without the true propensity information. Extensive experiments demonstrate that the proposed approach is superior to a range of existing methods both in rating prediction and ranking metrics in practical settings without MCAR data.

preprint2021arXiv

Heat conduction theory including phonon coherence

Understanding and quantifying the fundamental physical property of coherence of thermal excitations is a long-standing and general problem in physics. The conventional theory, i.e. the phonon gas model, fails to describe coherence and its impact on thermal transport. In this letter, we propose a general heat conduction formalism supported by theoretical arguments and direct atomic simulations, which takes into account both the conventional phonon gas model and the wave nature of thermal phonons. By naturally introducing wavepackets in the heat flux from fundamental concepts, we derive an original thermal conductivity expression including coherence times and lifetimes. Our theory and simulations reveal two distinct types of coherence, i.e., intrinsic and mutual, appearing in two different temperature ranges. This contribution establishes a fundamental frame for understanding and quantifying the coherence of thermal phonons, which should have a general impact on the estimation of the thermal properties of solids.

preprint2020arXiv

Self-synchronization of thermal phonons at equilibrium

Self-synchronization is a ubiquitous phenomenon in nature, in which oscillators are collectively locked in frequency and phase through mutual interactions. While self-synchronization requires the forced excitation of at least one of the oscillators, we demonstrate that this mechanism spontaneously appears due to the activation from thermal fluctuations. By performing molecular dynamic simulations, we demonstrate the self-synchronization of thermal phonons in a platform supporting doped silicon resonators. We find that thermal phonons are spontaneously converging to the same frequency and phase. In addition, the dependencies to intrinsic frequency difference and coupling strength agree well with the Kuramoto model predictions. More interestingly, we find that a balance between energy dissipation resulting from phonon-phonon scattering and potential energy between oscillators is required to maintain synchronization. Finally, a wavelet transform approach corroborates the generation of coherent thermal phonons in the collective state of oscillators. Our study provides a new perspective on self-synchronization and on the relationship between fluctuations and coherence.

preprint2020arXiv

Simple and Scalable Parallelized Bayesian Optimization

In recent years, leveraging parallel and distributed computational resources has become essential to solve problems of high computational cost. Bayesian optimization (BO) has shown attractive results in those expensive-to-evaluate problems such as hyperparameter optimization of machine learning algorithms. While many parallel BO methods have been developed to search efficiently utilizing these computational resources, these methods assumed synchronous settings or were not scalable. In this paper, we propose a simple and scalable BO method for asynchronous parallel settings. Experiments are carried out with a benchmark function and hyperparameter optimization of multi-layer perceptrons, which demonstrate the promising performance of the proposed method.

preprint2019arXiv

Enhanced thermal sensitivity of MEMS bolometers integrated with two-dimensional phononic crystals

We have fabricated two-dimensional phononic crystal (PnC) structures on GaAs doubly-clamped microelectromechanical system (MEMS) beam resonators to modulate their thermal properties. Owing to the reduction in the thermal conductance of the MEMS beams by introducing the PnC structures, the MEMS bolometers with the PnC structures show 2-3 times larger thermal sensitivities than the unpatterned reference sample. Furthermore, since the heat capacitance of the MEMS beams is also reduced by introducing the PnCs, the thermal decay time of the patterned MEMS beams is increased only by about 30-40 %, demonstrating the effectiveness of the PnCs for enhancing the thermal sensitivities of bolometers without significantly deteriorating their operation bandwidths.

preprint2016arXiv

Reduction of thermal conductance by coherent phonon scattering in two-dimensional phononic crystals of different lattice types

The impact of lattice type, period, porosity and thickness of two-dimensional silicon phononic crystals on the reduction of thermal conductance by coherent modification of phonon dispersion is investigated using the theory of elasticity and finite element method. Increase in the period and porosity of the phononic crystal affects the group velocity and phonon density of states and, as a consequence, reduces the in-plane thermal conductance of the structure as compared to unpatterned membrane. This reduction does not depend significantly on the lattice type and thickness of phononic crystals. Moreover, the reduction is strongly temperature dependent and strengthens as the temperature is increased.

preprint2015arXiv

Crystal structure dependent thermal conductivity in two-dimensional phononic crystal nanostructures

Thermal phonon transport in square- and triangular-lattice Si phononic crystal (PnC) nanostructures with a period of 300 nm was investigated by measuring the thermal conductivity using micrometer-scale time-domain thermoreflectance. The placement of circular nanoholes has a strong influence on thermal conductivity when the periodicity is within the range of the thermal phonon mean free path. A staggered hole structure, i.e., a triangular lattice, has lower thermal conductivity, where the difference in thermal conductivity depends on the porosity of the structure. The largest difference in conductivity of approximately 20% was observed at a porosity of around 30%. This crystal structure dependent thermal conductivity can be understood by considering the local heat flux disorder created by a staggered hole structure. Numerical simulation using the Monte Carlo technique was also employed and also showed the lower thermal conductivity for a triangular lattice structure. Besides gaining a deeper understanding of nanoscale thermal phonon transport, this information would be useful in the design of highly efficient thermoelectric materials created by nanopatterning.

preprint2010arXiv

Circularly-Polarized Light Emission from Semiconductor Planar Chiral Photonic Crystal

We proposed and demonstrated a scheme of surface emitting circularly polarized light source by introducing strong imbalance between left- and right-circularly polarized vacuum fields in an on-waveguide chiral grating structure. We observed circularly polarized spontaneous emission from InAs quantum dots embedded in the wave guide region of a GaAs-based structure. Obtained degree of polarization reaches as large as 25% at room temperature. Numerical calculation visualizes spatial profiles of the modification of vacuum field modes inside the structure with strong circular anisotropy.

preprint2010arXiv

Lasing oscillation in a three-dimensional photonic crystal nanocavity with a complete bandgap

We demonstrate lasing oscillation in a three-dimensional photonic crystal nanocavity. The laser is realized by coupling a cavity mode, which is localized in a complete photonic bandgap and exhibits the highest quality factor of ~38,500, with high-quality semiconductor quantum dots. We show a systematic change in the laser characteristics, including the threshold and the spontaneous emission coupling factor by controlling the crystal size, which consequently changes the strength of photon confinement in the third dimension. This opens up many interesting possibilities for realizing future ultimate light sources and three-dimensional integrated photonic circuits and for more fundamental studies of physics in the field of cavity quantum electrodynamics.

preprint2010arXiv

Zero-cell photonic crystal nanocavity laser with quantum dot gain

We demonstrate laser oscillation in a hexagonal-lattice photonic crystal nanocavity using an InGaAs quantum dot gain material by optical pumping at 5 K. The cavity comprises a defect created by shifting several air holes in a two-dimensional photonic crystal slab structure without removing any air holes to achieve both small mode volume and a high cavity quality factor. The measured cavity quality factors and estimated mode volume for the nanocavity are ~33,000 and ~0.004 um^3. The laser threshold is compared between the zero-cell and L3-type nanocavity lasers, and the zero-cell nanolasers are found to have small thresholds of about one-third of the L3-type nanolasers. This result suggests that a higher Purcell factor of the zero-cell nanolaser is reflected as a smaller laser threshold.

preprint2009arXiv

Investigation of the spectral triplet in strongly coupled quantum dot-nanocavity system

We experimentally investigated the excitation power dependence of a strongly coupled quantum dot (QD)-photonic crystal nanocavity system by photoluminescence (PL) measurements. At a low-excitation power regime, we observed vacuum Rabi doublet emission at QD-cavity resonance condition. With increasing excitation power, in addition to the doublet, a third emission peak appeared. This observed spectral change is unexpected from conventional atomic cavity quantum electrodynamics. The observations can be attributed to featured pumping processes in the semiconductor QD-cavity system.

preprint2009arXiv

Photonic crystal nanocavity laser with a single quantum dot gain

We demonstrate a photonic crystal nanocavity laser essentially driven by a self-assembled InAs/GaAs single quantum dot gain. The investigated nanocavities contain only 0.4 quantum dots on an average; an ultra-low density quantum dot sample (1.5 x 108 cm-2) is used so that a single quantum dot can be isolated from the surrounding quantum dots. Laser oscillation begins at a pump power of 42 nW under resonant condition, while the far-detuning conditions require ~145 nW for lasing. This spectral detuning dependence of laser threshold indicates substantial contribution of the single quantum dot to the total gain. Moreover, photon correlation measurements show a distinct transition from anti-bunching to Poissonian via bunching with the increase of the excitation power, which is also an evidence of laser oscillation with the single quantum dot.