52 research outputs found

    Efficient Multi-View Inverse Rendering Using a Hybrid Differentiable Rendering Method

    Full text link
    Recovering the shape and appearance of real-world objects from natural 2D images is a long-standing and challenging inverse rendering problem. In this paper, we introduce a novel hybrid differentiable rendering method to efficiently reconstruct the 3D geometry and reflectance of a scene from multi-view images captured by conventional hand-held cameras. Our method follows an analysis-by-synthesis approach and consists of two phases. In the initialization phase, we use traditional SfM and MVS methods to reconstruct a virtual scene roughly matching the real scene. Then in the optimization phase, we adopt a hybrid approach to refine the geometry and reflectance, where the geometry is first optimized using an approximate differentiable rendering method, and the reflectance is optimized afterward using a physically-based differentiable rendering method. Our hybrid approach combines the efficiency of approximate methods with the high-quality results of physically-based methods. Extensive experiments on synthetic and real data demonstrate that our method can produce reconstructions with similar or higher quality than state-of-the-art methods while being more efficient.Comment: IJCAI202

    Node-aware Bi-smoothing: Certified Robustness against Graph Injection Attacks

    Full text link
    Deep Graph Learning (DGL) has emerged as a crucial technique across various domains. However, recent studies have exposed vulnerabilities in DGL models, such as susceptibility to evasion and poisoning attacks. While empirical and provable robustness techniques have been developed to defend against graph modification attacks (GMAs), the problem of certified robustness against graph injection attacks (GIAs) remains largely unexplored. To bridge this gap, we introduce the node-aware bi-smoothing framework, which is the first certifiably robust approach for general node classification tasks against GIAs. Notably, the proposed node-aware bi-smoothing scheme is model-agnostic and is applicable for both evasion and poisoning attacks. Through rigorous theoretical analysis, we establish the certifiable conditions of our smoothing scheme. We also explore the practical implications of our node-aware bi-smoothing schemes in two contexts: as an empirical defense approach against real-world GIAs and in the context of recommendation systems. Furthermore, we extend two state-of-the-art certified robustness frameworks to address node injection attacks and compare our approach against them. Extensive evaluations demonstrate the effectiveness of our proposed certificates

    Molecular cloning of a novel <em>bioH</em> gene from an environmental metagenome encoding a carboxylesterase with exceptional tolerance to organic solvents

    Get PDF
    BACKGROUND: BioH is one of the key enzymes to produce the precursor pimeloyl-ACP to initiate biotin biosynthesis de novo in bacteria. To date, very few bioH genes have been characterized. In this study, we cloned and identified a novel bioH gene, bioHx, from an environmental metagenome by a functional metagenomic approach. The bioHx gene, encoding an enzyme that is capable of hydrolysis of p-nitrophenyl esters of fatty acids, was expressed in Escherichia coli BL21 using the pET expression system. The biochemical property of the purified BioHx protein was also investigated. RESULTS: Screening of an unamplified metagenomic library with a tributyrin-containing medium led to the isolation of a clone exhibiting lipolytic activity. This clone carried a 4,570-bp DNA fragment encoding for six genes, designated bioF, bioHx, fabG, bioC, orf5 and sdh, four of which were implicated in the de novo biotin biosynthesis. The bioHx gene encodes a protein of 259 aa with a calculated molecular mass of 28.60 kDa, displaying 24-39% amino acid sequence identity to a few characterized bacterial BioH enzymes. It contains a pentapeptide motif (Gly(76)-Trp(77)-Ser(78)-Met(79)-Gly(80)) and a catalytic triad (Ser(78)-His(230)-Asp(202)), both of which are characteristic for lipolytic enzymes. BioHx was expressed as a recombinant protein and characterized. The purified BioHx protein displayed carboxylesterase activity, and it was most active on p-nitrophenyl esters of fatty acids substrate with a short acyl chain (C4). Comparing BioHx with other known BioH proteins revealed interesting diversity in their sensitivity to ionic and nonionic detergents and organic solvents, and BioHx exhibited exceptional resistance to organic solvents, being the most tolerant one amongst all known BioH enzymes. This ascribed BioHx as a novel carboxylesterase with a strong potential in industrial applications. CONCLUSIONS: This study constituted the first investigation of a novel bioHx gene in a biotin biosynthetic gene cluster cloned from an environmental metagenome. The bioHx gene was successfully cloned, expressed and characterized. The results demonstrated that BioHx is a novel carboxylesterase, displaying distinct biochemical properties with strong application potential in industry. Our results also provided the evidence for the effectiveness of functional metagenomic approach for identifying novel bioH genes from complex ecosystem

    Efficient multi-view inverse rendering using a hybrid differentiable rendering method

    Get PDF
    Recovering the shape and appearance of real-world objects from natural 2D images is a long-standing and challenging inverse rendering problem. In this paper, we introduce a novel hybrid differentiable rendering method to efficiently reconstruct the 3D geometry and reflectance of a scene from multi-view images captured by conventional hand-held cameras. Our method follows an analysis-by-synthesis approach and consists of two phases. In the initialization phase, we use traditional SfM and MVS methods to reconstruct a virtual scene roughly matching the real scene. Then in the optimization phase, we adopt a hybrid approach to refine the geometry and reflectance, where the geometry is first optimized using an approximate differentiable rendering method, and the reflectance is optimized afterward using a physically-based differentiable rendering method. Our hybrid approach combines the efficiency of approximate methods with the high-quality results of physically-based methods. Extensive experiments on synthetic and real data demonstrate that our method can produce reconstructions with similar or higher quality than state-of-the-art methods while being more efficient

    Faithful extreme rescaling via generative prior reciprocated invertible representations

    Get PDF
    This paper presents a Generative prior ReciprocAted Invertible rescaling Network (GRAIN) for generating faithful high-resolution (HR) images from low-resolution (LR) invertible images with an extreme upscaling factor (64×\times). Previous researches have leveraged the prior knowledge of a pretrained GAN model to generate high-quality upscaling results. However, they fail to produce pixel-accurate results due to the highly ambiguous extreme mapping process. We remedy this problem by introducing a reciprocated invertible image rescaling process, in which high-resolution information can be delicately embedded into an invertible low-resolution image and generative prior for a faithful HR reconstruction. In particular, the invertible LR features not only carry significant HR semantics, but also are trained to predict scale-specific latent codes, yielding a preferable utilization of generative features. On the other hand, the enhanced generative prior is re-injected to the rescaling process, compensating the lost details of the invertible rescaling. Our reciprocal mechanism perfectly integrates the advantages of invertible encoding and generative prior, leading to the first feasible extreme rescaling solution. Extensive experiments demonstrate superior performance against state-of-the-art upscaling methods. Code is available at https://github.com/cszzx/GRAIN

    High-resolution face swapping via latent semantics disentanglement

    Get PDF
    We present a novel high-resolution face swapping method using the inherent prior knowledge of a pre-trained GAN model. Although previous research can leverage generative priors to produce high-resolution results, their quality can suffer from the entangled semantics of the latent space. We explicitly disentangle the latent semantics by utilizing the progressive nature of the generator, deriving structure attributes from the shallow layers and appearance attributes from the deeper ones. Identity and pose information within the structure attributes are further separated by introducing a landmark-driven structure transfer latent direction. The disentangled latent code produces rich generative features that incorporate feature blending to produce a plausible swapping result. We further extend our method to video face swapping by enforcing two spatio-temporal constraints on the latent space and the image space. Extensive experiments demonstrate that the proposed method outperforms state-of-the-art image/video face swapping methods in terms of hallucination quality and consistency. Code can be found at: https://github.com/cnnlstm/FSLSD_HiRes

    Sketch2PQ: freeform planar quadrilateral mesh design via a single sketch

    Get PDF
    The freeform architectural modeling process often involves two important stages: concept design and digital modeling. In the first stage, architects usually sketch the overall 3D shape and the panel layout on a physical or digital paper briefly. In the second stage, a digital 3D model is created using the sketch as a reference. The digital model needs to incorporate geometric requirements for its components, such as the planarity of panels due to consideration of construction costs, which can make the modeling process more challenging. In this work, we present a novel sketch-based system to bridge the concept design and digital modeling of freeform roof-like shapes represented as planar quadrilateral (PQ) meshes. Our system allows the user to sketch the surface boundary and contour lines under axonometric projection and supports the sketching of occluded regions. In addition, the user can sketch feature lines to provide directional guidance to the PQ mesh layout. Given the 2D sketch input, we propose a deep neural network to infer in real-time the underlying surface shape along with a dense conjugate direction field, both of which are used to extract the final PQ mesh. To train and validate our network, we generate a large synthetic dataset that mimics architect sketching of freeform quadrilateral patches. The effectiveness and usability of our system are demonstrated with quantitative and qualitative evaluation as well as user studies

    牛山英治が編纂した山岡鉄舟の伝記について

    Get PDF
    Table S8. Comparison of GD in different studies. MICN is an abbreviation of Modified introduction in China; TS is an abbreviation of Tropical/Subtropical; SS is an abbreviation of Stiff Stalk; NSS is an abbreviation of non-Stiff Stalk; HZS is an abbreviation of Huangzaosi. (XLSX 11 kb

    Boosting the performance of single-atom catalysts via external electric field polarization

    Get PDF
    Single-atom catalysts represent a unique catalytic system with high atomic utilization and tunable reaction pathway. Despite current successes in their optimization and tailoring through structural and synthetic innovations, there is a lack of dynamic modulation approach for the single-atom catalysis. Inspired by the electrostatic interaction within specific natural enzymes, here we show the performance of model single-atom catalysts anchored on two-dimensional atomic crystals can be systematically and efficiently tuned by oriented external electric fields. Superior electrocatalytic performance have been achieved in single-atom catalysts under electrostatic modulations. Theoretical investigations suggest a universal “onsite electrostatic polarization” mechanism, in which electrostatic fields significantly polarize charge distributions at the single-atom sites and alter the kinetics of the rate determining steps, leading to boosted reaction performances. Such field-induced on-site polarization offers a unique strategy for simulating the catalytic processes in natural enzyme systems with quantitative, precise and dynamic external electric fields
    corecore