421 research outputs found

    Empirical Study of the Effects of Information Description on Crowdfunding Success ā€” The Perspective of Information Communication

    Get PDF
    From the perspective of information communication, we identify four dimensions of information description, including information quantity (word number, picture number and video number), information attitude, information quality (as measured by readability) and information update. We then empirically exmain their effects on crowdfunding success using binary logistic regression. And data is collected from Kickstarter, a popular crowdfunding platform. The results reveal that word number, picture number, video number and update are positively associated with crowdfunding success. And readability is negatively associated with crowdfunding success. In addition, attitude positively moderates the relationship between picture number and crowdfunding success. These findings show the significance of information description on crowdfunding, providing theoretical and practical guidance for project creators

    T1Ļ-based fibril-reinforced poroviscoelastic constitutive relation of human articular cartilage using inverse finite element technology

    Get PDF
    BackgroundMapping of T1Ļ relaxation time is a quantitative magnetic resonance (MR) method and is frequently used for analyzing microstructural and compositional changes in cartilage tissues. However, there is still a lack of study investigating the link between T1Ļ relaxation time and a feasible constitutive relation of cartilage which can be used to model complicated mechanical behaviors of cartilage accurately and properly.MethodsThree-dimensional finite element (FE) models of ten in vitro human tibial cartilage samples were reconstructed such that each element was assigned by material-level parameters, which were determined by a corresponding T1Ļ value from MR maps. A T1Ļ-based fibril-reinforced poroviscoelastic (FRPE) constitutive relation for human cartilage was developed through an inverse FE optimization technique between the experimental and simulated indentations.ResultsA two-parameter exponential relationship was obtained between the T1Ļ and the volume fraction of the hydrated solid matrix in the T1Ļ-based FRPE constitutive relation. Compared with the common FRPE constitutive relation (i.e., without T1Ļ), the T1Ļ-based FRPE constitutive relation indicated similar indentation depth results but revealed some different local changes of the stress distribution in cartilages.ConclusionsOur results suggested that the T1Ļ-based FRPE constitutive relation may improve the detection of changes in the heterogeneous, anisotropic, and nonlinear mechanical properties of human cartilage tissues associated with joint pathologies such as osteoarthritis (OA). Incorporating T1Ļ relaxation time will provide a more precise assessment of human cartilage based on the individual in vivo MR quantification

    RulE: Neural-Symbolic Knowledge Graph Reasoning with Rule Embedding

    Full text link
    Knowledge graph (KG) reasoning is an important problem for knowledge graphs. It predicts missing links by reasoning on existing facts. Knowledge graph embedding (KGE) is one of the most popular methods to address this problem. It embeds entities and relations into low-dimensional vectors and uses the learned entity/relation embeddings to predict missing facts. However, KGE only uses zeroth-order (propositional) logic to encode existing triplets (e.g., ``Alice is Bob's wife."); it is unable to leverage first-order (predicate) logic to represent generally applicable logical \textbf{rules} (e.g., ``āˆ€x,yā€‰ā£:xĀ isĀ yā€™sĀ wifeā†’yĀ isĀ xā€™sĀ husband\forall x,y \colon x ~\text{is}~ y\text{'s wife} \rightarrow y ~\text{is}~ x\text{'s husband}''). On the other hand, traditional rule-based KG reasoning methods usually rely on hard logical rule inference, making it brittle and hardly competitive with KGE. In this paper, we propose RulE, a novel and principled framework to represent and model logical rules and triplets. RulE jointly represents entities, relations and logical rules in a unified embedding space. By learning an embedding for each logical rule, RulE can perform logical rule inference in a soft way and give a confidence score to each grounded rule, similar to how KGE gives each triplet a confidence score. Compared to KGE alone, RulE allows injecting prior logical rule information into the embedding space, which improves the generalization of knowledge graph embedding. Besides, the learned confidence scores of rules improve the logical rule inference process by softly controlling the contribution of each rule, which alleviates the brittleness of logic. We evaluate our method with link prediction tasks. Experimental results on multiple benchmark KGs demonstrate the effectiveness of RulE

    On the secrecy performance of land mobile satellite communication systems

    Get PDF
    In this paper, we investigate the secrecy performance against eavesdropping of a land mobile satellite (LMS) system, where the satellite employs the spot beam technique, and both the terrestrial user and eavesdropper are equipped with multiple antennas and utilize maximal ratio combining (MRC) to receive the confidential message. Specifically, in terms of the availability of the eavesdropperā€™s CSI at the satellite, we consider both passive (Scenario I) and active (Scenario II) eavesdropping. For Scenario I where the eavesdropperā€™s channel state information (CSI) is unknown to the satellite, closed-form expressions for the probability of non-zero secrecy capacity and secrecy outage probability are derived. Furthermore, expressions for the asymptotic secrecy outage probability are also presented to reveal the secrecy diversity order and array gain of the considered system. For Scenario II where the eavesdropperā€™s CSI is available at the satellite, novel expressions for the exact and asymptotic average secrecy capacity are obtained. Based on a simple asymptotic formula, we can characterize the high signalto- noise ratio (SNR) slope and high SNR power offset of the LMS systems. Finally, simulations are provided to validate our theoretical analysis and show the effect of different parameters on the system performance

    An Adversarial Perturbation Oriented Domain Adaptation Approach for Semantic Segmentation

    Full text link
    We focus on Unsupervised Domain Adaptation (UDA) for the task of semantic segmentation. Recently, adversarial alignment has been widely adopted to match the marginal distribution of feature representations across two domains globally. However, this strategy fails in adapting the representations of the tail classes or small objects for semantic segmentation since the alignment objective is dominated by head categories or large objects. In contrast to adversarial alignment, we propose to explicitly train a domain-invariant classifier by generating and defensing against pointwise feature space adversarial perturbations. Specifically, we firstly perturb the intermediate feature maps with several attack objectives (i.e., discriminator and classifier) on each individual position for both domains, and then the classifier is trained to be invariant to the perturbations. By perturbing each position individually, our model treats each location evenly regardless of the category or object size and thus circumvents the aforementioned issue. Moreover, the domain gap in feature space is reduced by extrapolating source and target perturbed features towards each other with attack on the domain discriminator. Our approach achieves the state-of-the-art performance on two challenging domain adaptation tasks for semantic segmentation: GTA5 -> Cityscapes and SYNTHIA -> Cityscapes.Comment: To Appear in AAAI202

    Text-to-3D with Classifier Score Distillation

    Full text link
    Text-to-3D generation has made remarkable progress recently, particularly with methods based on Score Distillation Sampling (SDS) that leverages pre-trained 2D diffusion models. While the usage of classifier-free guidance is well acknowledged to be crucial for successful optimization, it is considered an auxiliary trick rather than the most essential component. In this paper, we re-evaluate the role of classifier-free guidance in score distillation and discover a surprising finding: the guidance alone is enough for effective text-to-3D generation tasks. We name this method Classifier Score Distillation (CSD), which can be interpreted as using an implicit classification model for generation. This new perspective reveals new insights for understanding existing techniques. We validate the effectiveness of CSD across a variety of text-to-3D tasks including shape generation, texture synthesis, and shape editing, achieving results superior to those of state-of-the-art methods. Our project page is https://xinyu-andy.github.io/Classifier-Score-DistillationComment: Our project page is https://xinyu-andy.github.io/Classifier-Score-Distillatio

    Biodiversity of wild alfalfa pollinators and their temporal foraging characters in Hexi Corridor, Northwest China

    Get PDF
    Seed production of alfalfa (Medicago sativa L.) is important in determining the effective distribution of new cultivars to farmers. However, little is known about the biodiversity and their community function of native wild pollinators of alfalfa in agronomic systems. We investigated the biodiversity of insects which visited alfalfa flowers and their temporal foraging characters in Hexi Corridor, China. A high biodiversity of insect visitors was discovered, 20 insect taxa in all, including 13 species of Hymenoptera, 3 species of Coleoptera, 3 species of Lepidoptera and 1 species of Diptera. Three native bee species, Andrena squamata, Anthophora melanognatha and Megachile abluta,were validated as the principal pollinators. They showed significant variations in tripping mode and their diurnal distribution patterns. Our results indicated that the native wild bees are diverse and they complement each other. This means they have developed a more complex system for the pollination of alfalfa than has been previously found out

    Large Language Models are In-Context Semantic Reasoners rather than Symbolic Reasoners

    Full text link
    The emergent few-shot reasoning capabilities of Large Language Models (LLMs) have excited the natural language and machine learning community over recent years. Despite of numerous successful applications, the underlying mechanism of such in-context capabilities still remains unclear. In this work, we hypothesize that the learned \textit{semantics} of language tokens do the most heavy lifting during the reasoning process. Different from human's symbolic reasoning process, the semantic representations of LLMs could create strong connections among tokens, thus composing a superficial logical chain. To test our hypothesis, we decouple semantics from the language reasoning process and evaluate three kinds of reasoning abilities, i.e., deduction, induction and abduction. Our findings reveal that semantics play a vital role in LLMs' in-context reasoning -- LLMs perform significantly better when semantics are consistent with commonsense but struggle to solve symbolic or counter-commonsense reasoning tasks by leveraging in-context new knowledge. The surprising observations question whether modern LLMs have mastered the inductive, deductive and abductive reasoning abilities as in human intelligence, and motivate research on unveiling the magic existing within the black-box LLMs. On the whole, our analysis provides a novel perspective on the role of semantics in developing and evaluating language models' reasoning abilities. Code is available at {\url{https://github.com/XiaojuanTang/ICSR}}
    • ā€¦
    corecore