589 research outputs found

    Hybrid gold single crystals incorporating amino acids

    Full text link
    Composite hybrid gold crystals are of profound interest in various research areas ranging from materials science to biology. Their importance is due to their unique properties and potential implementation, for example in sensing or in bio-nanomedicine. Here we report on the formation of hybrid organic-metal composites via the incorporation of selected amino acids histidine, aspartic acid, serine, glutamine, alanine, cysteine, and selenocystine into the crystal lattice of single crystals of gold. We used electron microscopy, chemical analysis and high-resolution synchrotron powder X ray diffraction to examine these composites. Crystal shape, as well as atomic concentrations of occluded amino acids and their impact on the crystal structure of gold, were determined. Concentration of the incorporated amino acid was highest for cysteine, followed by serine and aspartic acid. Our results indicate that the incorporation process probably occurs through a complex interaction of their individual functional groups with gold atoms. Although various organic gold composites have been prepared, to the best of our knowledge this is the first reported finding of incorporation of organic molecules within the gold lattice. We present a versatile strategy for fabricating crystalline nanohybrid composite gold crystals of potential importance for a wide range of applications

    Be Your Own Teacher: Improve the Performance of Convolutional Neural Networks via Self Distillation

    Full text link
    Convolutional neural networks have been widely deployed in various application scenarios. In order to extend the applications' boundaries to some accuracy-crucial domains, researchers have been investigating approaches to boost accuracy through either deeper or wider network structures, which brings with them the exponential increment of the computational and storage cost, delaying the responding time. In this paper, we propose a general training framework named self distillation, which notably enhances the performance (accuracy) of convolutional neural networks through shrinking the size of the network rather than aggrandizing it. Different from traditional knowledge distillation - a knowledge transformation methodology among networks, which forces student neural networks to approximate the softmax layer outputs of pre-trained teacher neural networks, the proposed self distillation framework distills knowledge within network itself. The networks are firstly divided into several sections. Then the knowledge in the deeper portion of the networks is squeezed into the shallow ones. Experiments further prove the generalization of the proposed self distillation framework: enhancement of accuracy at average level is 2.65%, varying from 0.61% in ResNeXt as minimum to 4.07% in VGG19 as maximum. In addition, it can also provide flexibility of depth-wise scalable inference on resource-limited edge devices.Our codes will be released on github soon.Comment: 10page

    Multiple-Periods Locally-Facet-Based MIP Formulations for the Unit Commitment Problem

    Full text link
    The thermal unit commitment (UC) problem has historically been formulated as a mixed integer quadratic programming (MIQP), which is difficult to solve efficiently, especially for large-scale systems. The tighter characteristic reduces the search space, therefore, as a natural consequence, significantly reduces the computational burden. In literatures, many tightened formulations for a single unit with parts of constraints were reported without presenting explicitly how they were derived. In this paper, a systematic approach is developed to formulate tight formulations. The idea is to use more binary variables to represent the state of the unit so as to obtain the tightest upper bound of power generation limits and ramping constraints for a single unit. In this way, we propose a multi-period formulation based on sliding windows which may have different sizes for each unit in the system. Furthermore, a multi-period model taking historical status into consideration is obtained. Besides, sufficient and necessary conditions for the facets of single-unit constraints polytope are provided and redundant inequalities are eliminated. The proposed models and three other state-of-the-art models are tested on 73 instances with a scheduling time of 24 hours. The number of generators in the test systems ranges from 10 to 1080. The simulation results show that our proposed multi-period formulations are tighter than the other three state-of-the-art models when the window size of the multi-period formulation is greater than 2.Comment: 76 pages, 18 figures, 10 tables. This work has been published in IEEE Transactions on Power System

    Slidephononics: Tailoring Thermal Transport Properties by van der Waals Sliding

    Full text link
    By interlayer sliding in van der Waals (vdW) materials, the switching electric polarization of ultrathin ferroelectric materials leads to the widely studied slidetronics. In this work, we report that such sliding can further tailor anharmonic effects and hence thermal transport properties due to the changed intrinsic coupling between atomic layers. And we propose an unprecedented concept dubbed as slidephononics, where the phonons and associated physical properties can be controlled by varying the intrinsic stacking configurations of slidetronic vdW materials. Based on the state-of-the-art first-principles calculations, it is demonstrated that the thermal conductivity of boron nitride (BN) bilayers can be significantly modulated (by up to four times) along the sliding pathways. Detailed analysis reveals that the variation of thermal conductivities can be attributed to the tunable (de-)coupling of the out-of-plane acoustic phonon branches with the other phonon modes, which is induced by the interlayer charge transfer. Such strongly modulated thermal conductivity via interlayer sliding in vdW materials paves the way to engineer thermal management materials in emerging vdW electronic devices, which would shed light on future studies of slidephononics

    Classification on Boundary-Equilibria and Singular Continuums of Continuous Piecewise Linear Systems

    Get PDF
    In this paper, we show that any switching hypersurface of n -dimensional continuous piecewise linear systems is an (n−1) -dimensional hyperplane. For two-dimensional continuous piecewise linear systems, we present local phase portraits and indices near the boundary equilibria (i.e. equilibria at the switching line) and singular continuum (i.e. continuum of nonisolated equilibria) between two parallel switching lines. The index of singular continuum is defined. Then we show that boundary-equilibria and singular continuums can appear with many parallel switching lines

    LoSh: Long-Short Text Joint Prediction Network for Referring Video Object Segmentation

    Full text link
    Referring video object segmentation (RVOS) aims to segment the target instance referred by a given text expression in a video clip. The text expression normally contains sophisticated description of the instance's appearance, action, and relation with others. It is therefore rather difficult for a RVOS model to capture all these attributes correspondingly in the video; in fact, the model often favours more on the action- and relation-related visual attributes of the instance. This can end up with partial or even incorrect mask prediction of the target instance. We tackle this problem by taking a subject-centric short text expression from the original long text expression. The short one retains only the appearance-related information of the target instance so that we can use it to focus the model's attention on the instance's appearance. We let the model make joint predictions using both long and short text expressions; and insert a long-short cross-attention module to interact the joint features and a long-short predictions intersection loss to regulate the joint predictions. Besides the improvement on the linguistic part, we also introduce a forward-backward visual consistency loss, which utilizes optical flows to warp visual features between the annotated frames and their temporal neighbors for consistency. We build our method on top of two state of the art pipelines. Extensive experiments on A2D-Sentences, Refer-YouTube-VOS, JHMDB-Sentences and Refer-DAVIS17 show impressive improvements of our method.Code is available at https://github.com/LinfengYuan1997/Losh.Comment: CVPR202

    Modeling relation paths for knowledge base completion via joint adversarial training

    Full text link
    Knowledge Base Completion (KBC), which aims at determining the missing relations between entity pairs, has received increasing attention in recent years. Most existing KBC methods focus on either embedding the Knowledge Base (KB) into a specific semantic space or leveraging the joint probability of Random Walks (RWs) on multi-hop paths. Only a few unified models take both semantic and path-related features into consideration with adequacy. In this paper, we propose a novel method to explore the intrinsic relationship between the single relation (i.e. 1-hop path) and multi-hop paths between paired entities. We use Hierarchical Attention Networks (HANs) to select important relations in multi-hop paths and encode them into low-dimensional vectors. By treating relations and multi-hop paths as two different input sources, we use a feature extractor, which is shared by two downstream components (i.e. relation classifier and source discriminator), to capture shared/similar information between them. By joint adversarial training, we encourage our model to extract features from the multi-hop paths which are representative for relation completion. We apply the trained model (except for the source discriminator) to several large-scale KBs for relation completion. Experimental results show that our method outperforms existing path information-based approaches. Since each sub-module of our model can be well interpreted, our model can be applied to a large number of relation learning tasks.Comment: Accepted by Knowledge-Based System
    • …
    corecore