251 research outputs found
Improving Multi-view Facial Expression Recognition in Unconstrained Environments
Facial expression and emotion-related research has been a longstanding activity in psychology while computerized/automatic facial expression recognition of emotion is a relative recent and still emerging but active research area. Although many automatic computer systems have been proposed to address facial expression recognition problems, the majority of them fail to cope with the requirements of many practical application scenarios arising from either environmental factors or unexpected behavioural bias introduced by the users, such as illumination conditions and large head pose variation to the camera. In this thesis, two of the most influential and common issues raised in practical application scenarios when applying automatic facial expression recognition system are comprehensively explored and investigated. Through a series of experiments carried out under a proposed texture-based system framework for multi-view facial expression recognition, several novel texture feature representations are introduced for implementing multi-view facial expression recognition systems in practical environments, for which the state-of-the-art performance is achieved. In addition, a variety of novel categorization schemes for the configurations of an automatic multi-view facial expression recognition system is presented to address the impractical discrete categorization of facial expression of emotions in real-world scenarios. A significant improvement is observed when using the proposed categorizations in the proposed system framework using a novel implementation of the block based local ternary pattern approach
Combining Machine Learning Models using combo Library
Model combination, often regarded as a key sub-field of ensemble learning,
has been widely used in both academic research and industry applications. To
facilitate this process, we propose and implement an easy-to-use Python
toolkit, combo, to aggregate models and scores under various scenarios,
including classification, clustering, and anomaly detection. In a nutshell,
combo provides a unified and consistent way to combine both raw and pretrained
models from popular machine learning libraries, e.g., scikit-learn, XGBoost,
and LightGBM. With accessibility and robustness in mind, combo is designed with
detailed documentation, interactive examples, continuous integration, code
coverage, and maintainability check; it can be installed easily through Python
Package Index (PyPI) or https://github.com/yzhao062/combo.Comment: In Proceedings of Thirty-Fourth AAAI Conference on Artificial
Intelligence (AAAI 2020
Dopamine Surface Modification of Trititanate Nanotubes: Proposed InâSitu Structure Models
Two models for selfâassembled dopamine on the surface of trititanate nanotubes are proposed: individual monomer units linked by ÏâÏ stacking of the aromatic regions and monoâattached units interacting through hydrogen bonds. This was investigated with solid state NMR spectroscopy studies and powder Xâray diffraction.Double bind: Two models for selfâassembled dopamine on the surface of trititanate nanotubes are proposed: individual trimer units linked by ÏâÏ stacking of the aromatic regions and monoâattached units interacting through hydrogen bonds. This was investigated by solid state NMR spectroscopy studies and powder Xâray diffraction.Peer Reviewedhttps://deepblue.lib.umich.edu/bitstream/2027.42/137420/1/chem201600075.pdfhttps://deepblue.lib.umich.edu/bitstream/2027.42/137420/2/chem201600075_am.pdfhttps://deepblue.lib.umich.edu/bitstream/2027.42/137420/3/chem201600075-sup-0001-misc_information.pd
NMA: Neural Multi-slot Auctions with Externalities for Online Advertising
Online advertising driven by auctions brings billions of dollars in revenue
for social networking services and e-commerce platforms. GSP auctions, which
are simple and easy to understand for advertisers, have almost become the
benchmark for ad auction mechanisms in the industry. However, most GSP-based
industrial practices assume that the user click only relies on the ad itself,
which overlook the effect of external items, referred to as externalities.
Recently, DNA has attempted to upgrade GSP with deep neural networks and models
local externalities to some extent. However, it only considers set-level
contexts from auctions and ignores the order and displayed position of ads,
which is still suboptimal. Although VCG-based multi-slot auctions (e.g., VCG,
WVCG) make it theoretically possible to model global externalities (e.g., the
order and positions of ads and so on), they lack an efficient balance of both
revenue and social welfare. In this paper, we propose novel auction mechanisms
named Neural Multi-slot Auctions (NMA) to tackle the above-mentioned
challenges. Specifically, we model the global externalities effectively with a
context-aware list-wise prediction module to achieve better performance. We
design a list-wise deep rank module to guarantee incentive compatibility in
end-to-end learning. Furthermore, we propose an auxiliary loss for social
welfare to effectively reduce the decline of social welfare while maximizing
revenue. Experiment results on both offline large-scale datasets and online A/B
tests demonstrate that NMA obtains higher revenue with balanced social welfare
than other existing auction mechanisms (i.e., GSP, DNA, WVCG) in industrial
practice, and we have successfully deployed NMA on Meituan food delivery
platform.Comment: 10 pages, 3figure
Progressively Training an Enhanced U-Net Model for Segmentation of Kidney Tumors
An enhanced U-Net model with multi-scale inputs and deep supervision are adopted for Kidney tumor segmentation. Focal Tversky Loss is used to train the model, in order to improve the model performance of detecting small tumors. Progressive training is proposed for facilitating model converge. A simple postprocessing method is used to remove segmentation noises. The preliminary results indicate that the proposed model can segment the normal kidney with a satisfactory result; for the tumors with small sizes in low contrast or extreme sizes, there is still a room for improvement
- âŠ