SearcharxivSearch

arXiv subjects

Manish Kumar Singh

Publications and source records attributed to Manish Kumar Singh.

At least 19 recordsLinked to original sources

Strategic Interactions in Academic Dishonesty: A Game-Theoretic Analysis of the Exam Script Swapping Mechanism

This paper presents a novel game theoretic framework for analyzing academic dishonesty through the lens of a unique deterrent mechanism: forced exam script swapping between students caught copying. We model the strategic interactions between students as a non cooperative game with asymmetric information and examine three base scenarios asymmetric preparation levels, mutual non preparation, and coordinated partial preparation. Our analysis reveals that the script swapping punishment creates a stronger deterrent effect than traditional penalties by introducing strategic interdependence in outcomes. The Nash equilibrium analysis demonstrates that mutual preparation emerges as the dominant strategy. The framework provides insights for institutional policy design, suggesting that unconventional punishment mechanisms that create mutual vulnerability can be more effective than traditional individual penalties. Future empirical validation and behavioral experiments are proposed to test the model predictions, including explorations of tapering off effects in punishment severity over time.

econ.GN

Monolithically Integrated C-Band Quantum Emitters on Foundry Silicon Photonics

Solid-state spin-based quantum systems have emerged as popular platforms for quantum networking applications due to their optical interfaces, their long-lived quantum memories, and their natural compatibility with semiconductor manufacturing. Photonic crystal cavities are often used to enhance radiative emission; however, fabrication of the necessary subwavelength cavities is typically limited to small batch electron beam lithography. In this work, we demonstrate high quality factor, small mode volume nanobeam cavities fabricated on a scalable silicon photonic foundry platform. The foundry fabricated cavities are then interfaced with single erbium ions through backend deposition of TiO2 thin films lightly doped with erbium. Single ion lifetime measurements indicate Purcell enhancement up to about 500, thereby demonstrating a route toward manufacturable deterministic single photon sources in the telecom C-band.

physics.optics

Carbon Nitride: Physical properties and Applications

Graphitic carbon nitride has emerged as a versatile, metal-free semiconductor with applications spanning over broad range of domains encompassing energy storage, environmental remediation and sensing. Despite significant progress in recent years, there remains a lack of comprehensive discussion on the graphitic carbon nitride's evolving role in next-generation technologies and the engineering strategies needed to overcome existing challenges. In this review article, the critical assessment of the physicochemical properties of graphitic carbon nitride which holds potential to enable its function across diverse applications has been elucidated. Current advances in doping, heterojunction formation and composite engineering that enhances its catalytic and electronic performance has been summarized. The article also presents future research directions to unlock the full potential of graphitic carbon nitride as a useful material in sustainable and intelligent systems.

cond-mat.mtrl-sci

Erbium Quantum Memory Platform with Long Optical Coherence via Back-End of Line Deposition on Foundry-Fabricated Photonics

Realizing scalable quantum interconnects necessitates the integration of solid-state quantum memories with foundry photonics processes. While prior photonic integration efforts have relied upon specialized, laboratory-scale fabrication techniques, this work demonstrates the monolithic integration of a quantum memory platform with low-loss foundry photonic circuits via back-end-of-line deposition. We deposited thin films of titanium dioxide ($\mathrm{TiO_2}$) doped with erbium (Er) onto silicon nitride nanophotonic waveguides and studied Er optical coherence at sub-Kelvin temperatures with photon echo techniques. We suppressed optical dephasing through ex-situ oxygen annealing and optimized measurement conditions, which yielded an optical coherence time of 64 $\mu$s (a 5 kHz homogeneous linewidth) and slow spectral diffusion of 27 kHz over 4 ms, results that are comparable to state-of-the-art erbium devices. Combined with second-long electron spin lifetimes and demonstrated electrical control of Er emission, our findings establish Er:$\mathrm{TiO_2}$ on foundry photonics as a manufacturable platform for ensemble and single-ion quantum memories.

quant-ph

FutureDepth: Learning to Predict the Future Improves Video Depth Estimation

In this paper, we propose a novel video depth estimation approach, FutureDepth, which enables the model to implicitly leverage multi-frame and motion cues to improve depth estimation by making it learn to predict the future at training. More specifically, we propose a future prediction network, F-Net, which takes the features of multiple consecutive frames and is trained to predict multi-frame features one time step ahead iteratively. In this way, F-Net learns the underlying motion and correspondence information, and we incorporate its features into the depth decoding process. Additionally, to enrich the learning of multiframe correspondence cues, we further leverage a reconstruction network, R-Net, which is trained via adaptively masked auto-encoding of multiframe feature volumes. At inference time, both F-Net and R-Net are used to produce queries to work with the depth decoder, as well as a final refinement network. Through extensive experiments on several benchmarks, i.e., NYUDv2, KITTI, DDAD, and Sintel, which cover indoor, driving, and open-domain scenarios, we show that FutureDepth significantly improves upon baseline models, outperforms existing video depth estimation methods, and sets new state-of-the-art (SOTA) accuracy. Furthermore, FutureDepth is more efficient than existing SOTA video depth estimation models and has similar latencies when comparing to monocular models

cs.CV

Isotropic Metamaterial Stiffness Beyond Hashin-Shtrikman Upper Bound

Since its introduction more than 60 years ago, the Hashin-Shtrikman upper bound has stood as the theoretical limit for the stiffness of isotropic composites and porous solids, acting as an important reference against which the moduli of heterogeneous structural materials are assessed. Here, we show through first-principles calculations, supported by finite element simulations, that the Hashin-Shtrikman upper bound can be exceeded by the isotropic elastic response of an anisotropic structure constructed from an anisotropic material. The material and structural anisotropies mutually reinforce each other to realize the overall isotropic response, without incurring the mass penalty faced by the hybridization of geometries with complementary anisotropies. 3 designs were investigated (plate BCC, plate FCC and plate SC) but only plate SC yielded a solution for the anisotropic properties of the material, which are remarkably similar to that of single crystal nickel and single crystal ferrite.

cond-mat.mtrl-sci

PADRe: A Unifying Polynomial Attention Drop-in Replacement for Efficient Vision Transformer

We present Polynomial Attention Drop-in Replacement (PADRe), a novel and unifying framework designed to replace the conventional self-attention mechanism in transformer models. Notably, several recent alternative attention mechanisms, including Hyena, Mamba, SimA, Conv2Former, and Castling-ViT, can be viewed as specific instances of our PADRe framework. PADRe leverages polynomial functions and draws upon established results from approximation theory, enhancing computational efficiency without compromising accuracy. PADRe's key components include multiplicative nonlinearities, which we implement using straightforward, hardware-friendly operations such as Hadamard products, incurring only linear computational and memory costs. PADRe further avoids the need for using complex functions such as Softmax, yet it maintains comparable or superior accuracy compared to traditional self-attention. We assess the effectiveness of PADRe as a drop-in replacement for self-attention across diverse computer vision tasks. These tasks include image classification, image-based 2D object detection, and 3D point cloud object detection. Empirical results demonstrate that PADRe runs significantly faster than the conventional self-attention (11x ~ 43x faster on server GPU and mobile NPU) while maintaining similar accuracy when substituting self-attention in the transformer models.

cs.CV

ToSA: Token Selective Attention for Efficient Vision Transformers

In this paper, we propose a novel token selective attention approach, ToSA, which can identify tokens that need to be attended as well as those that can skip a transformer layer. More specifically, a token selector parses the current attention maps and predicts the attention maps for the next layer, which are then used to select the important tokens that should participate in the attention operation. The remaining tokens simply bypass the next layer and are concatenated with the attended ones to re-form a complete set of tokens. In this way, we reduce the quadratic computation and memory costs as fewer tokens participate in self-attention while maintaining the features for all the image patches throughout the network, which allows it to be used for dense prediction tasks. Our experiments show that by applying ToSA, we can significantly reduce computation costs while maintaining accuracy on the ImageNet classification benchmark. Furthermore, we evaluate on the dense prediction task of monocular depth estimation on NYU Depth V2, and show that we can achieve similar depth prediction accuracy using a considerably lighter backbone with ToSA.

cs.CV

GreenShield: CNN-Based Real-Time Forest Monitoring and Response

This research introduces an innovative forest monitoring system designed to detect and mitigate the threats of forest fires. The proposed system leverages Arduino-based technology integrated with state-of-the-art sensors, including DHT11 for temperature and humidity detection and Flame sensor along with GSM module for gas and smoke detection. The integration of these sensors enables real-time data acquisition and analysis, providing a comprehensive and accurate assessment of environmental conditions within the forest ecosystem. The Arduino platform serves as the central processing unit, orchestrating the communication and synchronization of the sensor data. The DHT11 sensor monitors ambient temperature and humidity levels, crucial indicators for assessing fire risk and identifying potential deforestation activities. Simultaneously, the Flame sensor module detects the occurrence of fire flames nearby thus indicating it by a buzzer. The collected data is processed through an intelligent algorithm that employs machine learning techniques to discern patterns indicative of potential threats. The system is equipped with an adaptive threshold mechanism, allowing it to dynamically adjust to changing environmental conditions. In the event of abnormal readings or anomalies, the system triggers immediate alerts, notifying forest rangers and relevant authorities to facilitate timely response and intervention. The integration of low-cost, easily deployable Arduino-based devices makes this solution scalable and accessible for implementation across diverse forest environments. The proposed system represents a significant step towards leveraging technology to address environmental challenges and protect our forests.

eess.SP

DeCoTR: Enhancing Depth Completion with 2D and 3D Attentions

In this paper, we introduce a novel approach that harnesses both 2D and 3D attentions to enable highly accurate depth completion without requiring iterative spatial propagations. Specifically, we first enhance a baseline convolutional depth completion model by applying attention to 2D features in the bottleneck and skip connections. This effectively improves the performance of this simple network and sets it on par with the latest, complex transformer-based models. Leveraging the initial depths and features from this network, we uplift the 2D features to form a 3D point cloud and construct a 3D point transformer to process it, allowing the model to explicitly learn and exploit 3D geometric features. In addition, we propose normalization techniques to process the point cloud, which improves learning and leads to better accuracy than directly using point transformers off the shelf. Furthermore, we incorporate global attention on downsampled point cloud features, which enables long-range context while still being computationally feasible. We evaluate our method, DeCoTR, on established depth completion benchmarks, including NYU Depth V2 and KITTI, showcasing that it sets new state-of-the-art performance. We further conduct zero-shot evaluations on ScanNet and DDAD benchmarks and demonstrate that DeCoTR has superior generalizability compared to existing approaches.

cs.CV

Quasi-deterministic Localization of Er Emitters in Thin Film TiO$_2$ through Submicron-scale Crystalline Phase Control

With their shielded 4f orbitals, rare-earth ions (REIs) offer optical and electron spin transitions with good coherence properties even when embedded in a host crystal matrix, highlighting their utility as promising quantum emitters and memories for quantum information processing. Among REIs, trivalent erbium (Er$^{3+}$) uniquely has an optical transition in the telecom C-band, ideal for transmission over optical fibers, and making it well-suited for applications in quantum communication. The deployment of Er$^{3+}$ emitters into a thin film TiO$_2$ platform has been a promising step towards scalable integration; however, like many solid-state systems, the deterministic spatial placement of quantum emitters remains an open challenge. We investigate laser annealing as a means to locally tune the optical resonance of Er$^{3+}$ emitters in TiO$_2$ thin films on Si. Using both nanoscale X-ray diffraction measurements and cryogenic photoluminescence spectroscopy, we show that tightly focused below-gap laser annealing can induce anatase to rutile phase transitions in a nearly diffraction-limited area of the films and improve local crystallinity through grain growth. As a percentage of the Er:TiO$_2$ is converted to rutile, the Er$^{3+}$ optical transition blueshifts by 13 nm. We explore the effects of changing laser annealing time and show that the amount of optically active Er:rutile increases linearly with laser power. We additionally demonstrate local phase conversion on microfabricated Si structures, which holds significance for quantum photonics.

physics.app-ph

A perspective on the pathway to a scalable quantum internet using rare-earth ions

The ultimate realization of a global quantum internet will require advances in scalable technologies capable of generating, storing, and manipulating quantum information. The essential devices that will perform these tasks in a quantum network are quantum repeaters, which will enable the long-range distribution of entanglement between distant network nodes. In this perspective, we provide an overview of the primary functions of a quantum repeater and discuss progress that has been made toward the development of repeaters with rare-earth ion doped materials while noting challenges that are being faced as the technologies mature. We give particular attention to erbium, which is well suited for networking applications. Finally, we provide a discussion of near-term benchmarks that can further guide rare-earth ion platforms for impact in near-term quantum networks.

quant-ph

Differentiable bit-rate estimation for neural-based video codec enhancement

Neural networks (NN) can improve standard video compression by pre- and post-processing the encoded video. For optimal NN training, the standard codec needs to be replaced with a codec proxy that can provide derivatives of estimated bit-rate and distortion, which are used for gradient back-propagation. Since entropy coding of standard codecs is designed to take into account non-linear dependencies between transform coefficients, bit-rates cannot be well approximated with simple per-coefficient estimators. This paper presents a new approach for bit-rate estimation that is similar to the type employed in training end-to-end neural codecs, and able to efficiently take into account those statistical dependencies. It is defined from a mathematical model that provides closed-form formulas for the estimates and their gradients, reducing the computational complexity. Experimental results demonstrate the method's accuracy in estimating HEVC/H.265 codec bit-rates.

eess.IV

Development of a Scalable Quantum Memory Platform -- Materials Science of Erbium-Doped TiO$_2$ Thin Films on Silicon

Rare-earth ions (REI) have emerged as an attractive candidate for solid-state qubits, particularly as a quantum memory. Their 4f-4f transitions are shielded by filled 5s and 5p orbitals, offering a degree of protection from external electric fields. Embedded within a thin film oxide host, REIs could enable a qubit platform with significant memory capabilities. Furthermore, a silicon-compatible thin film form factor would enable the use of standard semiconductor fabrication processes to achieve chip-based integrability and scalability for functional quantum networks. Towards this goal, we have carried out optical and microstructural studies of erbium-doped polycrystalline and epitaxial TiO$_2$ thin films on Si (100), r-sapphire, and SrTiO$_3$ (100). We observe that the inhomogeneous optical linewidth of the Er photoluminescence is comparable or better for polycrystalline Er:TiO$_2$(grown on Si) in comparison to single crystal epitaxial films on sapphire or SrTiO$_3$, implying a relative insensitivity to extended defects. We investigated the effect of the film/substrate and film/air interface and found that the inhomogeneous linewidth and spectral diffusion can be significantly improved via bottom buffer and top capping layers of undoped TiO$_2$. Using such approaches, we obtain inhomogeneous linewidths of 5.2 GHz and spectral diffusion of 180 MHz in Er:TiO$_2$ /Si(100) films and have demonstrated the engineerability of quantum-relevant properties in these thin films.

cond-mat.mtrl-sci

Linguistic Resources for Bhojpuri, Magahi and Maithili: Statistics about them, their Similarity Estimates, and Baselines for Three Applications

Corpus preparation for low-resource languages and for development of human language technology to analyze or computationally process them is a laborious task, primarily due to the unavailability of expert linguists who are native speakers of these languages and also due to the time and resources required. Bhojpuri, Magahi, and Maithili, languages of the Purvanchal region of India (in the north-eastern parts), are low-resource languages belonging to the Indo-Aryan (or Indic) family. They are closely related to Hindi, which is a relatively high-resource language, which is why we compare with Hindi. We collected corpora for these three languages from various sources and cleaned them to the extent possible, without changing the data in them. The text belongs to different domains and genres. We calculated some basic statistical measures for these corpora at character, word, syllable, and morpheme levels. These corpora were also annotated with parts-of-speech (POS) and chunk tags. The basic statistical measures were both absolute and relative and were exptected to indicate of linguistic properties such as morphological, lexical, phonological, and syntactic complexities (or richness). The results were compared with a standard Hindi corpus. For most of the measures, we tried to the corpus size the same across the languages to avoid the effect of corpus size, but in some cases it turned out that using the full corpus was better, even if sizes were very different. Although the results are not very clear, we try to draw some conclusions about the languages and the corpora. For POS tagging and chunking, the BIS tagset was used to manually annotate the data. The POS tagged data sizes are 16067, 14669 and 12310 sentences, respectively, for Bhojpuri, Magahi and Maithili. The sizes for chunking are 9695 and 1954 sentences for Bhojpuri and Maithili, respectively.

cs.CL

Multitask Bandit Learning Through Heterogeneous Feedback Aggregation

In many real-world applications, multiple agents seek to learn how to perform highly related yet slightly different tasks in an online bandit learning protocol. We formulate this problem as the $ε$-multi-player multi-armed bandit problem, in which a set of players concurrently interact with a set of arms, and for each arm, the reward distributions for all players are similar but not necessarily identical. We develop an upper confidence bound-based algorithm, RobustAgg$(ε)$, that adaptively aggregates rewards collected by different players. In the setting where an upper bound on the pairwise similarities of reward distributions between players is known, we achieve instance-dependent regret guarantees that depend on the amenability of information sharing across players. We complement these upper bounds with nearly matching lower bounds. In the setting where pairwise similarities are unknown, we provide a lower bound, as well as an algorithm that trades off minimax regret guarantees for adaptivity to unknown similarity structure.

cs.LG

Dynamic Relational Inference in Multi-Agent Trajectories

Inferring interactions from multi-agent trajectories has broad applications in physics, vision and robotics. Neural relational inference (NRI) is a deep generative model that can reason about relations in complex dynamics without supervision. In this paper, we take a careful look at this approach for relational inference in multi-agent trajectories. First, we discover that NRI can be fundamentally limited without sufficient long-term observations. Its ability to accurately infer interactions degrades drastically for short output sequences. Next, we consider a more general setting of relational inference when interactions are changing overtime. We propose an extension ofNRI, which we call the DYnamic multi-AgentRelational Inference (DYARI) model that can reason about dynamic relations. We conduct exhaustive experiments to study the effect of model architecture, under-lying dynamics and training scheme on the performance of dynamic relational inference using a simulated physics system. We also showcase the usage of our model on real-world multi-agent basketball trajectories.

cs.LG

Moving horizon-based optimal scheduling of EV charging: A power system-cognizant approach

The rapid escalation in plug-in electric vehicles (PEVs) and their uncoordinated charging patterns pose several challenges in distribution system operation. Some of the undesirable effects include overloading of transformers, rapid voltage fluctuations, and over/under voltages. While this compromises the consumer power quality, it also puts on extra stress on the local voltage control devices. These challenges demand for a well-coordinated and power network-aware charging approach for PEVs in a community. This paper formulates a real-time electric vehicle charging scheduling problem as an mixed-integer linear program (MILP). The problem is to be solved by an aggregator, that provides charging service in a residential community. The proposed formulation maximizes the profit of the aggregator, enhancing the utilization of available infrastructure. With a prior knowledge of load demand and hourly electricity prices, the algorithm uses a moving time horizon optimization approach, allowing the number of vehicles arriving unknown. In this realistic setting, the proposed framework ensures that power system constraints are satisfied and guarantees desired PEV charging level within stipulated time. Numerical tests on a IEEE 13-node feeder system demonstrate the computational and performance superiority of the proposed MILP technique.

eess.SY