5,977 research outputs found
A way of relating instantaneous and finite screws based on the screw triangle product
It has been a desire to unify the models for structural and parametric analyses and design in the field of robotic mechanisms. This requires a mathematical tool that enables analytical description, formulation and operation possible for both finite and instantaneous motions. This paper presents a method to investigate the algebraic structures of finite screws represented in a quasi-vector form and instantaneous screws represented in a vector form. By revisiting algebraic operations of screw compositions, this paper examines associativity and derivative properties of the screw triangle product of finite screws and produces a vigorous proof that a derivative of a screw triangle product can be expressed as a linear combination of instantaneous screws. It is proved that the entire set of finite screws forms an algebraic structure as Lie group under the screw triangle product and its time derivative at the initial pose forms the corresponding Lie algebra under the screw cross product, allowing the algebraic structures of finite screws in quasi-vector form and instantaneous screws in vector form to be revealed.
A finite screw approach to type synthesis of three-DOF translational parallel mechanisms
This paper for the first time presents a finite screw approach to type synthesis of three-degree-of-freedom (DOF) translational parallel mechanisms (TPMs). Firstly, the finite motions of a rigid body, a TPM and its limbs are described by finite screws. Secondly, given the standard form of a limb with the specified DOF, the analytical expressions of the finite screw attributed to the limb are derived using the properties of screw triangle product, resulting in a full set of the 3-, 4- and 5-DOF limbs that can readily be used for determining all the potential topological structures of TPMs. Finally, the assembly conditions for type synthesis of TPMs are proposed by taking into account the inclusive relationship between the finite motions of a TPM and those of its limbs. The merit of this approach lies in that the limb structures can be formulated in a justifiable manner that naturally ensures the full cycle finite motion pattern specified to the moving platform
InstructSeq: Unifying Vision Tasks with Instruction-conditioned Multi-modal Sequence Generation
Empowering models to dynamically accomplish tasks specified through natural
language instructions represents a promising path toward more capable and
general artificial intelligence. In this work, we introduce InstructSeq, an
instruction-conditioned multi-modal modeling framework that unifies diverse
vision tasks through flexible natural language control and handling of both
visual and textual data. InstructSeq employs a multimodal transformer
architecture encompassing visual, language, and sequential modeling. We utilize
a visual encoder to extract image features and a text encoder to encode
instructions. An autoregressive transformer fuses the representations and
generates sequential task outputs. By training with LLM-generated natural
language instructions, InstructSeq acquires a strong comprehension of free-form
instructions for specifying visual tasks. This provides an intuitive interface
for directing capabilities using flexible natural instructions. Without any
task-specific tuning, InstructSeq achieves compelling performance on semantic
segmentation, referring expression segmentation/comprehension, and image
captioning. The flexible control and multi-task unification empower the model
with more human-like versatility and generalizability for computer vision. The
code will be released soon at https://github.com/rongyaofang/InstructSeq.Comment: 10 page
Plant regeneration via somatic embryogenesis from root explants of Hevea brasiliensis
A system for induction of callus and plant regeneration via somatic embryogenesis from root explants of Hevea brasiliensis Muell. Arg. clone Reyan 87-6-62 was evaluated. The influence of plant growth regulators (PGRs) including 2,4-dichlorophenoxyacetic acid (2,4-D), 6-benzylaminopurine (6-BA) and kinetin (KT) on callus induction of root explants from in vitro plantlets were studied. The results showed that the highest induction frequency of embryogenic callus emerged on Murashige and Skoog (MS) medium supplemented with 1 mg/l KT, 0.2 mg/l 6-BA without 2,4-D. Mean of 4 somatic embryos per embryogenic callus were obtained and approximately 11.8% of them developed into plantlets. The regenerated plantlets were successfully transplanted to sand bed. The plant regeneration system established in this study will facilitate mass propagation and may be applied to culture the roots of high-yielding rubber trees.Key words: Hevea brasiliensis Muell. Arg., root explants, callus, somatic embryogenesis, regeneration
Off-Policy Reinforcement Learning for Efficient and Effective GAN Architecture Search
In this paper, we introduce a new reinforcement learning (RL) based neural architecture search (NAS) methodology for effective and efficient generative adversarial network (GAN) architecture search. The key idea is to formulate the GAN architecture search problem as a Markov decision process (MDP) for smoother architecture sampling, which enables a more effective RL-based search algorithm by targeting the potential global optimal architecture. To improve efficiency, we exploit an off-policy GAN architecture search algorithm that makes efficient use of the samples generated by previous policies. Evaluation on two standard benchmark datasets (i.e., CIFAR-10 and STL-10) demonstrates that the proposed method is able to discover highly competitive architectures for generally better image generation results with a considerably reduced computational burden: 7 GPU hours. Our code is available at https://github.com/Yuantian013/E2GAN
Feature Shrinkage Pyramid for Camouflaged Object Detection with Transformers
Vision transformers have recently shown strong global context modeling
capabilities in camouflaged object detection. However, they suffer from two
major limitations: less effective locality modeling and insufficient feature
aggregation in decoders, which are not conducive to camouflaged object
detection that explores subtle cues from indistinguishable backgrounds. To
address these issues, in this paper, we propose a novel transformer-based
Feature Shrinkage Pyramid Network (FSPNet), which aims to hierarchically decode
locality-enhanced neighboring transformer features through progressive
shrinking for camouflaged object detection. Specifically, we propose a nonlocal
token enhancement module (NL-TEM) that employs the non-local mechanism to
interact neighboring tokens and explore graph-based high-order relations within
tokens to enhance local representations of transformers. Moreover, we design a
feature shrinkage decoder (FSD) with adjacent interaction modules (AIM), which
progressively aggregates adjacent transformer features through a layer-bylayer
shrinkage pyramid to accumulate imperceptible but effective cues as much as
possible for object information decoding. Extensive quantitative and
qualitative experiments demonstrate that the proposed model significantly
outperforms the existing 24 competitors on three challenging COD benchmark
datasets under six widely-used evaluation metrics. Our code is publicly
available at https://github.com/ZhouHuang23/FSPNet.Comment: CVPR 2023. Project webpage at:
https://tzxiang.github.io/project/COD-FSPNet/index.htm
Applying Deep Reinforcement Learning to the HP Model for Protein Structure Prediction
A central problem in computational biophysics is protein structure
prediction, i.e., finding the optimal folding of a given amino acid sequence.
This problem has been studied in a classical abstract model, the HP model,
where the protein is modeled as a sequence of H (hydrophobic) and P (polar)
amino acids on a lattice. The objective is to find conformations maximizing H-H
contacts. It is known that even in this reduced setting, the problem is
intractable (NP-hard). In this work, we apply deep reinforcement learning (DRL)
to the two-dimensional HP model. We can obtain the conformations of best known
energies for benchmark HP sequences with lengths from 20 to 50. Our DRL is
based on a deep Q-network (DQN). We find that a DQN based on long short-term
memory (LSTM) architecture greatly enhances the RL learning ability and
significantly improves the search process. DRL can sample the state space
efficiently, without the need of manual heuristics. Experimentally we show that
it can find multiple distinct best-known solutions per trial. This study
demonstrates the effectiveness of deep reinforcement learning in the HP model
for protein folding.Comment: Published at Physica A: Statistical Mechanics and its Applications,
available online 7 December 2022. Extended abstract accepted by the Machine
Learning and the Physical Sciences workshop, NeurIPS 202
- …