843 research outputs found

    The early Pliocene Titiokura Formation: stratigraphy of a thick, mixed carbonate-siliciclastic shelf succession in Hawke's Bay Basin, New Zealand

    Get PDF
    This paper presents a systematic stratigraphic description of the architecture of the early Pliocene Titiokura Formation (emended) in the Te Waka and Maungaharuru Ranges of western Hawke's Bay, and presents a facies, sequence stratigraphic, and paleoenvironmental analysis of the sedimentary succession. The Titiokura Formation is of early Pliocene (Opoitian-Waipipian) age, and unconformably overlies Mokonui Formation, which is a regressive late Miocene and early Pliocene (Kapitean to early Opoitian) succession. In the Te Waka Range and the southern parts of the Maungaharuru Range, the Titiokura Formation comprises a single limestone sheet 20-50 m thick, with calcareous sandstone parts. In the vicinity of Taraponui Trig, and to the northeast, the results of 1:50 000 mapping show that the limestone gradually partitions into five members, which thicken markedly to the northeast to total thicknesses of c. 730 m, and concomitantly become dominated by siliciclastic sandstone. The members (all new) from lower to upper are: Naumai Member, Te Rangi Member, Taraponui Member, Bellbird Bush Member, and Opouahi Member. The lower four members are inferred to each comprise an obliquity-controlled 41 000 yr 6th order sequence, and the Opouahi Member at least two such sequences. The sequences typically have the following architectural elements from bottom to top: disconformable sequence boundary that formed as a transgressive surface of erosion; thin transgressive systems tracts (TSTs) with onlap and backlap shellbeds, or alternatively, a single compound shellbed; downlap surface; and very thick (70-200 m) highstand (HST) and regressive systems tracts (RST) composed of fine sandstone. The sequences in the Opouahi Member have cryptic TSTs, sandy siltstone to silty sandstone HSTs, and cross-bedded, differentially cemented, fine sandstone RSTs; a separate variant is an 11 m thick bioclastic limestone (grainstone and packstone) at the top of the member that crops out in the vicinity of Lake Opouahi. Lithostratigraphic correlations along the crest of the ranges suggest that the Titiokura Formation, and its correlatives to the south around Puketitiri, represent a shoreline-to-shelf linked depositional system. Carbonate production was focused around a rocky seascape as the system onlapped basement in the south, with dispersal and deposition of the comminuted carbonate on an inner shelf to the north, which was devoid of siliciclastic sediment input. The rates of both subsidence and siliciclastic sediment flux increased rapidly to the northeast of the carbonate "platform", with active progradation and offlap of the depositional system into more axial parts of Hawke's Bay Basin

    Variational Deep Semantic Hashing for Text Documents

    Full text link
    As the amount of textual data has been rapidly increasing over the past decade, efficient similarity search methods have become a crucial component of large-scale information retrieval systems. A popular strategy is to represent original data samples by compact binary codes through hashing. A spectrum of machine learning methods have been utilized, but they often lack expressiveness and flexibility in modeling to learn effective representations. The recent advances of deep learning in a wide range of applications has demonstrated its capability to learn robust and powerful feature representations for complex data. Especially, deep generative models naturally combine the expressiveness of probabilistic generative models with the high capacity of deep neural networks, which is very suitable for text modeling. However, little work has leveraged the recent progress in deep learning for text hashing. In this paper, we propose a series of novel deep document generative models for text hashing. The first proposed model is unsupervised while the second one is supervised by utilizing document labels/tags for hashing. The third model further considers document-specific factors that affect the generation of words. The probabilistic generative formulation of the proposed models provides a principled framework for model extension, uncertainty estimation, simulation, and interpretability. Based on variational inference and reparameterization, the proposed models can be interpreted as encoder-decoder deep neural networks and thus they are capable of learning complex nonlinear distributed representations of the original documents. We conduct a comprehensive set of experiments on four public testbeds. The experimental results have demonstrated the effectiveness of the proposed supervised learning models for text hashing.Comment: 11 pages, 4 figure

    Neural Attentive Session-based Recommendation

    Full text link
    Given e-commerce scenarios that user profiles are invisible, session-based recommendation is proposed to generate recommendation results from short sessions. Previous work only considers the user's sequential behavior in the current session, whereas the user's main purpose in the current session is not emphasized. In this paper, we propose a novel neural networks framework, i.e., Neural Attentive Recommendation Machine (NARM), to tackle this problem. Specifically, we explore a hybrid encoder with an attention mechanism to model the user's sequential behavior and capture the user's main purpose in the current session, which are combined as a unified session representation later. We then compute the recommendation scores for each candidate item with a bi-linear matching scheme based on this unified session representation. We train NARM by jointly learning the item and session representations as well as their matchings. We carried out extensive experiments on two benchmark datasets. Our experimental results show that NARM outperforms state-of-the-art baselines on both datasets. Furthermore, we also find that NARM achieves a significant improvement on long sessions, which demonstrates its advantages in modeling the user's sequential behavior and main purpose simultaneously.Comment: Proceedings of the 2017 ACM on Conference on Information and Knowledge Management. arXiv admin note: text overlap with arXiv:1511.06939, arXiv:1606.08117 by other author

    Neural Collaborative Filtering

    Full text link
    In recent years, deep neural networks have yielded immense success on speech recognition, computer vision and natural language processing. However, the exploration of deep neural networks on recommender systems has received relatively less scrutiny. In this work, we strive to develop techniques based on neural networks to tackle the key problem in recommendation -- collaborative filtering -- on the basis of implicit feedback. Although some recent work has employed deep learning for recommendation, they primarily used it to model auxiliary information, such as textual descriptions of items and acoustic features of musics. When it comes to model the key factor in collaborative filtering -- the interaction between user and item features, they still resorted to matrix factorization and applied an inner product on the latent features of users and items. By replacing the inner product with a neural architecture that can learn an arbitrary function from data, we present a general framework named NCF, short for Neural network-based Collaborative Filtering. NCF is generic and can express and generalize matrix factorization under its framework. To supercharge NCF modelling with non-linearities, we propose to leverage a multi-layer perceptron to learn the user-item interaction function. Extensive experiments on two real-world datasets show significant improvements of our proposed NCF framework over the state-of-the-art methods. Empirical evidence shows that using deeper layers of neural networks offers better recommendation performance.Comment: 10 pages, 7 figure

    SchNet - a deep learning architecture for molecules and materials

    Get PDF
    Deep learning has led to a paradigm shift in artificial intelligence, including web, text and image search, speech recognition, as well as bioinformatics, with growing impact in chemical physics. Machine learning in general and deep learning in particular is ideally suited for representing quantum-mechanical interactions, enabling to model nonlinear potential-energy surfaces or enhancing the exploration of chemical compound space. Here we present the deep learning architecture SchNet that is specifically designed to model atomistic systems by making use of continuous-filter convolutional layers. We demonstrate the capabilities of SchNet by accurately predicting a range of properties across chemical space for \emph{molecules and materials} where our model learns chemically plausible embeddings of atom types across the periodic table. Finally, we employ SchNet to predict potential-energy surfaces and energy-conserving force fields for molecular dynamics simulations of small molecules and perform an exemplary study of the quantum-mechanical properties of C20_{20}-fullerene that would have been infeasible with regular ab initio molecular dynamics

    Single Shot Temporal Action Detection

    Full text link
    Temporal action detection is a very important yet challenging problem, since videos in real applications are usually long, untrimmed and contain multiple action instances. This problem requires not only recognizing action categories but also detecting start time and end time of each action instance. Many state-of-the-art methods adopt the "detection by classification" framework: first do proposal, and then classify proposals. The main drawback of this framework is that the boundaries of action instance proposals have been fixed during the classification step. To address this issue, we propose a novel Single Shot Action Detector (SSAD) network based on 1D temporal convolutional layers to skip the proposal generation step via directly detecting action instances in untrimmed video. On pursuit of designing a particular SSAD network that can work effectively for temporal action detection, we empirically search for the best network architecture of SSAD due to lacking existing models that can be directly adopted. Moreover, we investigate into input feature types and fusion strategies to further improve detection accuracy. We conduct extensive experiments on two challenging datasets: THUMOS 2014 and MEXaction2. When setting Intersection-over-Union threshold to 0.5 during evaluation, SSAD significantly outperforms other state-of-the-art systems by increasing mAP from 19.0% to 24.6% on THUMOS 2014 and from 7.4% to 11.0% on MEXaction2.Comment: ACM Multimedia 201

    CoNet: Collaborative Cross Networks for Cross-Domain Recommendation

    Full text link
    The cross-domain recommendation technique is an effective way of alleviating the data sparse issue in recommender systems by leveraging the knowledge from relevant domains. Transfer learning is a class of algorithms underlying these techniques. In this paper, we propose a novel transfer learning approach for cross-domain recommendation by using neural networks as the base model. In contrast to the matrix factorization based cross-domain techniques, our method is deep transfer learning, which can learn complex user-item interaction relationships. We assume that hidden layers in two base networks are connected by cross mappings, leading to the collaborative cross networks (CoNet). CoNet enables dual knowledge transfer across domains by introducing cross connections from one base network to another and vice versa. CoNet is achieved in multi-layer feedforward networks by adding dual connections and joint loss functions, which can be trained efficiently by back-propagation. The proposed model is thoroughly evaluated on two large real-world datasets. It outperforms baselines by relative improvements of 7.84\% in NDCG. We demonstrate the necessity of adaptively selecting representations to transfer. Our model can reduce tens of thousands training examples comparing with non-transfer methods and still has the competitive performance with them.Comment: Deep transfer learning for recommender system

    Provenance and geochemistry of exotic clasts in conglomerates of the Oligocene Torehina Formation, Coromandel Peninsula, New Zealand

    Get PDF
    Non-marine pebble to cobble conglomerates of the lower Torehina Formation (Oligocene) crop out along western Coromandel Peninsula and overlie, with strong angular discordance, continental-margin metasedimentary rocks (Manaia Hill Group) of Mesozoic (Late Jurassic to ?Early Cretaceous) age. The conglomerates contain provenance information that identifies a pre-Oligocene depositional history obscured by the unconformable juxtaposition of these Tertiary and Mesozoic strata. Most clasts in the lower Torehina Formation are visually similar to local bedrock lithologies, including metamorphosed sandstones and argillites, but are kaolinitic and contain more detrital and authigenic chert, quartz, and potash feldspar. Local derivation of these clasts seems unlikely. By comparing geochemical ratios with those defined for continental margin sandstones, and well characterised New Zealand tectonic terranes, we interpret the majority of clasts in the lower Torehina Formation to have been derived from a dissected orogen, with mixtures of felsic and volcanogenic-derived sediment. The most likely sources are the Waipapa and Torlesse Terranes. The remaining 20–30% of the clasts in the lower Torehina Formation were originally friable, are coarse grained, and appear to be lithologically exotic relative to known metamorphosed sandstones in basement terrane sources on North Island. Some clasts contain coal laminae and particles, and all contain detrital kaolinite as lithic fragments and matrix. Such characteristics imply a non-marine to marginal-marine source containing sediment derived from strongly weathered granite or granodiorite. Mechanical fragility implies a likely proximal, easily erodible source. We propose that this group of clasts was derived from an Upper Cretaceous sedimentary cover, either part of a locally developed basin fill or part of a once regionally extensive cover on North Island. Either case defines a more widely distributed Cretaceous source than found today

    User Intent Prediction in Information-seeking Conversations

    Full text link
    Conversational assistants are being progressively adopted by the general population. However, they are not capable of handling complicated information-seeking tasks that involve multiple turns of information exchange. Due to the limited communication bandwidth in conversational search, it is important for conversational assistants to accurately detect and predict user intent in information-seeking conversations. In this paper, we investigate two aspects of user intent prediction in an information-seeking setting. First, we extract features based on the content, structural, and sentiment characteristics of a given utterance, and use classic machine learning methods to perform user intent prediction. We then conduct an in-depth feature importance analysis to identify key features in this prediction task. We find that structural features contribute most to the prediction performance. Given this finding, we construct neural classifiers to incorporate context information and achieve better performance without feature engineering. Our findings can provide insights into the important factors and effective methods of user intent prediction in information-seeking conversations.Comment: Accepted to CHIIR 201
    corecore